Skip to content

Commit 7089a6a

Browse files
fix: add version specifier for nsec-tree-rs dependency
1 parent 37add0b commit 7089a6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/heartwood-nip46/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["nostr", "nip-46", "remote-signing", "bunker", "signer"]
99
categories = ["cryptography", "authentication"]
1010

1111
[dependencies]
12-
nsec-tree-rs = { path = "../heartwood-core" }
12+
nsec-tree-rs = { version = "0.1.0", path = "../heartwood-core" }
1313
serde = { version = "1", features = ["derive"] }
1414
serde_json = "1"
1515
thiserror = "2"

0 commit comments

Comments
 (0)