]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
perf: Reduce snapshot/rollback overhead
[rust.git] / Cargo.toml
index 7b5e0fa1c281787b2d2cff8aa6dd737fab06c228..9b143dcc8d89a1153c3154cea25843b7e29c54c6 100644 (file)
@@ -65,5 +65,7 @@ rustc-std-workspace-core = { path = 'src/tools/rustc-std-workspace-core' }
 rustc-std-workspace-alloc = { path = 'src/tools/rustc-std-workspace-alloc' }
 rustc-std-workspace-std = { path = 'src/tools/rustc-std-workspace-std' }
 
+ena = { version = "0.13.1", git = "https://github.com/Marwes/ena", branch = "detach_undo_log" }
+
 [patch."https://github.com/rust-lang/rust-clippy"]
 clippy_lints = { path = "src/tools/clippy/clippy_lints" }