Skip to content

Commit

Permalink
set grovedbg-types version
Browse files Browse the repository at this point in the history
  • Loading branch information
fominok committed Jul 12, 2024
1 parent ad0dc84 commit aba490a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grovedb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ nohash-hasher = { version = "0.2.0", optional = true }
indexmap = { version = "2.2.6"}
intmap = { version = "2.0.0", optional = true }
grovedb-path = { version = "1.0.0-rc.2", path = "../path" }
grovedbg-types = { path = "../grovedbg-types", optional = true }
grovedbg-types = { version = "1.0.0-rc.2", path = "../grovedbg-types", optional = true }
tokio = { version = "1.37.0", features = ["rt-multi-thread", "net"], optional = true }
axum = { version = "0.7.5", features = ["macros"], optional = true }
tower-http = { version = "0.5.2", features = ["fs"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion grovedbg-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "grovedbg-types"
version = "0.1.0"
version = "1.0.0-rc.2"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit aba490a

Please sign in to comment.