diff --git a/cozo-core/Cargo.toml b/cozo-core/Cargo.toml index c1bfafd4..3aba9aaa 100644 --- a/cozo-core/Cargo.toml +++ b/cozo-core/Cargo.toml @@ -118,7 +118,7 @@ document-features = "0.2.6" rayon = { version = "1.5.3", optional = true } minreq = { version = "2.6.0", features = ["https-rustls"], optional = true } tikv-jemallocator-global = { version = "0.5.0", optional = true } -cozorocks = { path = "../cozorocks", version = "0.1.6", optional = true } +cozorocks = { path = "../cozorocks", version = "0.1.7", optional = true } sled = { version = "0.34.7", optional = true } tikv-client = { version = "0.1.0", optional = true } tokio = { version = "1.21.2", optional = true } diff --git a/cozorocks/Cargo.toml b/cozorocks/Cargo.toml index f32aa095..6e2fd855 100644 --- a/cozorocks/Cargo.toml +++ b/cozorocks/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cozorocks" -version = "0.1.6" +version = "0.1.7" edition = "2021" license = "MPL-2.0" authors = ["Ziyang Hu"]