Skip to content

Commit 0da2be9

Browse files
authored
Merge pull request #77 from buffrr/update-dep
Update dependency
2 parents 9c91c66 + 2833510 commit 0da2be9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ path = "src/lib.rs"
1818
[dependencies]
1919
spaces_wallet = { path = "../wallet" }
2020
spaces_protocol = { path = "../protocol", version = "*", features = ["std"]}
21-
spacedb = { git = "https://github.com/spacesprotocol/spacedb", rev = "e07259ac6fc9cea1b06ee2cfdbb93d8c3039658a" }
21+
spacedb = { git = "https://github.com/spacesprotocol/spacedb", version = "0.0.4" }
2222

2323
tokio = { version = "1.37.0", features = ["signal"] }
2424
ctrlc = "3.4.4"

veritas/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ crate-type = ["cdylib", "rlib"]
99
[dependencies]
1010
spaces_protocol = { path = "../protocol", default-features = false, features = ["std"]}
1111
bincode = { version = "2.0.0-rc.3", default-features = false, features = ["alloc"]}
12-
spacedb = { git = "https://github.com/spacesprotocol/spacedb", rev = "e07259ac6fc9cea1b06ee2cfdbb93d8c3039658a", default-features = false }
12+
spacedb = { git = "https://github.com/spacesprotocol/spacedb", version = "0.0.4", default-features = false }
1313

1414
# optional wasm feature
1515
wasm-bindgen = { version ="0.2.100", optional = true }

0 commit comments

Comments
 (0)