Skip to content

Commit bdcc990

Browse files
committed
draft: use git remote until 0.1.3 is available
1 parent 92e8c12 commit bdcc990

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

bitcoin/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ hex_lit = "0.1.1"
3737
internals = { package = "bitcoin-internals", version = "0.3.0", features = ["alloc"] }
3838
io = { package = "bitcoin-io", version = "0.1.1", default-features = false, features = ["alloc"] }
3939
secp256k1 = { version = "0.29.0", default-features = false, features = ["hashes", "alloc"] }
40-
units = { package = "bitcoin-units", path = "../units", default-features = false, features = ["alloc"] }
40+
# TODO units to point to 0.1.3 before merge.
41+
units = { package = "bitcoin-units", git = "https://github.com/rust-bitcoin/rust-bitcoin.git", rev = "ae2c2c8331c22fae25f34357c2d8aa1c7fe4c4a6", default-features = false, features = ["alloc"] }
4142

4243
base64 = { version = "0.21.3", optional = true }
4344
ordered = { version = "0.2.0", optional = true }

0 commit comments

Comments
 (0)