Skip to content

Commit 6750d5a

Browse files
committed
Fix config issue.
1 parent cb5dbaa commit 6750d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ name = "xrpl"
2525
crate-type = ["lib"]
2626

2727
[dependencies]
28-
xrpl-rust-macros = { path = "xrpl-rust-macros" }
28+
xrpl-rust-macros = { version = "0.1.0", path = "xrpl-rust-macros" }
2929

3030
lazy_static = "1.4.0"
3131
sha2 = { version = "0.10.2", default-features = false }

0 commit comments

Comments
 (0)