diff options
| author | dirreke <mingyang_ge@163.com> | 2023-08-14 22:57:38 +0800 |
|---|---|---|
| committer | dirreke <mingyang_ge@163.com> | 2023-08-14 23:05:45 +0800 |
| commit | d6b97e64fc561c72138c9aba5f89d0c3c8ca6f86 (patch) | |
| tree | b9dac7926206113fe17bfcaffb8ebf58c6d8bcc4 | |
| parent | 465aaed1cf7cd271cc5532a2e0e7371ad028626b (diff) | |
| download | rust-d6b97e64fc561c72138c9aba5f89d0c3c8ca6f86.tar.gz rust-d6b97e64fc561c72138c9aba5f89d0c3c8ca6f86.zip | |
Upgrade Object and related deps
| -rw-r--r-- | crates/proc-macro-api/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/proc-macro-srv/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/proc-macro-api/Cargo.toml b/crates/proc-macro-api/Cargo.toml index 4e39167136b..4229f289130 100644 --- a/crates/proc-macro-api/Cargo.toml +++ b/crates/proc-macro-api/Cargo.toml @@ -12,7 +12,7 @@ rust-version.workspace = true doctest = false [dependencies] -object = { version = "0.31.0", default-features = false, features = [ +object = { version = "0.32.0", default-features = false, features = [ "std", "read_core", "elf", diff --git a/crates/proc-macro-srv/Cargo.toml b/crates/proc-macro-srv/Cargo.toml index ecc6aaa0ac7..99993f16e27 100644 --- a/crates/proc-macro-srv/Cargo.toml +++ b/crates/proc-macro-srv/Cargo.toml @@ -12,7 +12,7 @@ rust-version.workspace = true doctest = false [dependencies] -object = { version = "0.31.0", default-features = false, features = [ +object = { version = "0.32.0", default-features = false, features = [ "std", "read_core", "elf", |
