Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/proc_macro_srv/Cargo.toml')
| -rw-r--r-- | crates/proc_macro_srv/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/proc_macro_srv/Cargo.toml b/crates/proc_macro_srv/Cargo.toml index 159e2bfa40..d0e6bd9990 100644 --- a/crates/proc_macro_srv/Cargo.toml +++ b/crates/proc_macro_srv/Cargo.toml @@ -17,7 +17,7 @@ object = { version = "0.26", default-features = false, features = [ "pe", ] } libloading = "0.7.0" -memmap2 = "0.3.0" +memmap2 = "0.5" tt = { path = "../tt", version = "0.0.0" } mbe = { path = "../mbe", version = "0.0.0" } |