summaryrefslogtreecommitdiffstats
path: root/vendor/thorin-dwp/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/thorin-dwp/Cargo.toml')
-rw-r--r--vendor/thorin-dwp/Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/vendor/thorin-dwp/Cargo.toml b/vendor/thorin-dwp/Cargo.toml
index b39fadbbf..3635bcd50 100644
--- a/vendor/thorin-dwp/Cargo.toml
+++ b/vendor/thorin-dwp/Cargo.toml
@@ -12,7 +12,7 @@
[package]
edition = "2021"
name = "thorin-dwp"
-version = "0.3.0"
+version = "0.4.0"
authors = ["David Wood <david.wood@huawei.com>"]
description = "Library for building DWARF packages from input DWARF objects and packages"
homepage = "https://docs.rs/thorin-dwp"
@@ -27,6 +27,7 @@ keywords = [
categories = ["development-tools::debugging"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/thorin"
+resolver = "1"
[lib]
name = "thorin"
@@ -45,7 +46,7 @@ default-features = false
version = "0.12.0"
[dependencies.object]
-version = "0.29.0"
+version = "0.30.0"
features = [
"archive",
"read",