Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/proc_macro_api/Cargo.toml')
| -rw-r--r-- | crates/proc_macro_api/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/proc_macro_api/Cargo.toml b/crates/proc_macro_api/Cargo.toml index 42687355c3..f1f627dd4c 100644 --- a/crates/proc_macro_api/Cargo.toml +++ b/crates/proc_macro_api/Cargo.toml @@ -24,6 +24,6 @@ profile = { path = "../profile", version = "0.0.0" } # base_db = { path = "../base_db", version = "0.0.0" } [dependencies.object] -version = "0.26" +version = "0.27" default-features = false features = ["std", "read_core", "elf", "macho", "pe"] |