From aba490a69696940559ec5477e6c0819bc1eca3d9 Mon Sep 17 00:00:00 2001 From: Evgeny Fomin Date: Fri, 12 Jul 2024 15:21:29 +0200 Subject: [PATCH] set grovedbg-types version --- grovedb/Cargo.toml | 2 +- grovedbg-types/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/grovedb/Cargo.toml b/grovedb/Cargo.toml index 57a27479..b8601b15 100644 --- a/grovedb/Cargo.toml +++ b/grovedb/Cargo.toml @@ -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 } diff --git a/grovedbg-types/Cargo.toml b/grovedbg-types/Cargo.toml index 300eb5c7..f5114852 100644 --- a/grovedbg-types/Cargo.toml +++ b/grovedbg-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grovedbg-types" -version = "0.1.0" +version = "1.0.0-rc.2" edition = "2021" [dependencies]