chore(server): bump octobase versions (#4893)

Co-authored-by: DarkSky <darksky2048@gmail.com>
This commit is contained in:
liuyi
2023-11-10 10:25:28 +08:00
committed by GitHub
parent 063f5a683e
commit 7698a6ac8e
3 changed files with 65 additions and 37 deletions

View File

@@ -8,9 +8,9 @@ crate-type = ["cdylib"]
[dependencies]
chrono = "0.4"
jwst-codec = { git = "https://github.com/toeverything/OctoBase.git", rev = "ad51b2c" }
jwst-core = { git = "https://github.com/toeverything/OctoBase.git", rev = "ad51b2c" }
jwst-storage = { git = "https://github.com/toeverything/OctoBase.git", rev = "ad51b2c" }
jwst-codec = { git = "https://github.com/toeverything/OctoBase.git", rev = "aad9e5b" }
jwst-core = { git = "https://github.com/toeverything/OctoBase.git", rev = "aad9e5b" }
jwst-storage = { git = "https://github.com/toeverything/OctoBase.git", rev = "aad9e5b" }
napi = { version = "2", default-features = false, features = [
"napi5",
"async",