Skip to content

Commit

Permalink
Pin bitcoin to 0.32.3 in ordinals crate (ordinals#4066)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Nov 12, 2024
1 parent d0d3bad commit ab2f72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ordinals/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "CC0-1.0"
rust-version = "1.74.0"

[dependencies]
bitcoin = { version = "0.32.3", features = ["rand"] }
bitcoin = { version = "=0.32.3", features = ["rand"] }
derive_more = { version = "1.0.0", features = ["display", "from_str"] }
serde = { version = "1.0.137", features = ["derive"] }
serde_with = "3.7.0"
Expand Down

0 comments on commit ab2f72f

Please sign in to comment.