Skip to content

Commit 80a2057

Browse files
committed
increase 'serde' version to 1.0.103, the earliest version that actually works
You can now run `cargo +nightly update -Z minimal-versions` and then actually build this library.
1 parent 4c6d78d commit 80a2057

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ bitcoin = { version = "0.29.1", default-features = false }
2727
hashbrown = { version = "0.11", optional = true }
2828

2929
# Do NOT use this as a feature! Use the `serde` feature instead.
30-
actual-serde = { package = "serde", version = "1.0", optional = true }
30+
actual-serde = { package = "serde", version = "1.0.103", optional = true }
3131

3232
[dev-dependencies]
3333
serde_test = "1.0.147"
@@ -65,4 +65,4 @@ required-features = ["compiler","std"]
6565

6666
[[example]]
6767
name = "psbt_sign_finalize"
68-
required-features = ["std", "base64"]
68+
required-features = ["std", "base64"]

0 commit comments

Comments
 (0)