Skip to content

Commit

Permalink
chore: updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer committed Dec 21, 2022
1 parent 0b3a105 commit 1e92ea9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion costs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "costs"
version = "0.0.0"
version = "1.0.0"
edition = "2021"
publish = false

Expand Down
4 changes: 2 additions & 2 deletions grovedb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "grovedb"
description = "Fully featured database using balanced hierarchical authenticated data structures"
version = "0.8.1"
version = "0.8.2"
authors = ["Samuel Westrich <[email protected]>", "Wisdom Ogwu <[email protected]", "Evgeny Fomin <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -18,7 +18,7 @@ visualize = { path = "../visualize" }
hex = "0.4.3"
itertools = { version = "0.10.5" }
integer-encoding = "3.0.4"
costs = { version = "0.0.0", path = "../costs" }
costs = { version = "1.0.0", path = "../costs" }
nohash-hasher = "0.2.0"
indexmap = "1.9.2"
intmap = "2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion merk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "merk"
description = "Merkle key/value store adapted for GroveDB"
version = "0.8.1"
version = "0.8.2"
authors = ["Samuel Westrich <[email protected]>", "Wisdom Ogwu <[email protected]", "Evgeny Fomin <[email protected]>", "Matt Bell <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions storage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "storage"
version = "0.2.0"
version = "1.0.0"
edition = "2021"

[dependencies]
Expand All @@ -11,7 +11,7 @@ blake3 = { version = "1.3.3", optional = true }
integer-encoding = { version = "3.0.4", optional = true }
visualize = { path = "../visualize" }
strum = { version = "0.24.1", features = ["derive"] }
costs = { version = "0.0.0", path = "../costs" }
costs = { version = "1.0.0", path = "../costs" }
thiserror = "1.0.37"
rocksdb = { version = "0.19.0", optional = true }
hex = "0.4.3"
Expand Down

0 comments on commit 1e92ea9

Please sign in to comment.