diff --git a/Cargo.toml b/Cargo.toml index 97accd95f3e..7a10f282437 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -124,7 +124,4 @@ num-traits = "0.2" [profile.dev] # This is required to be able to run `cargo test` in acvm_js due to the `locals exceeds maximum` error. # See https://ritik-mishra.medium.com/resolving-the-wasm-pack-error-locals-exceed-maximum-ec3a9d96685b -opt-level = 1 - -[patch.crates-io] -async-lsp = { git = "https://github.com/oxalica/async-lsp", rev = "4568bd6c2039bb03d88eae2f4f8aa2a64d71fadb" } +opt-level = 1 \ No newline at end of file