diff --git a/Cargo.toml b/Cargo.toml index 23960fd496b3..a3ff98a7e9cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,5 +43,5 @@ opt-level = 3 opt-level = 3 [patch.crates-io] -string_cache = { git = 'https://github.com/swc-project/string-cache', ref = "perf" } -string_cache_codegen = { git = 'https://github.com/swc-project/string-cache', ref = "perf" } +string_cache = { git = 'https://github.com/swc-project/string-cache.git', branch = "perf" } +string_cache_codegen = { git = 'https://github.com/swc-project/string-cache.git', branch = "perf" }