chore: columnar dependency use git path

This commit is contained in:
leeeon233 2022-11-17 11:49:32 +08:00 committed by Zixuan Chen
parent c4995e7ba2
commit 090b6852b7
2 changed files with 3 additions and 1 deletions

2
Cargo.lock generated
View file

@ -299,6 +299,7 @@ dependencies = [
[[package]]
name = "columnar"
version = "0.1.0"
source = "git+https://github.com/loro-dev/columnar.git#d29bf7f8b6a75ad3dc94d59b500707df8f748b53"
dependencies = [
"bincode",
"columnar_derive",
@ -313,6 +314,7 @@ dependencies = [
[[package]]
name = "columnar_derive"
version = "0.1.0"
source = "git+https://github.com/loro-dev/columnar.git#d29bf7f8b6a75ad3dc94d59b500707df8f748b53"
dependencies = [
"darling",
"proc-macro2 1.0.47",

View file

@ -28,8 +28,8 @@ bit-vec = "0.6.3"
wasm-bindgen = { version = "0.2.83", optional = true }
js-sys = { version = "0.3.60", optional = true }
serde_json = { version = "1.0.87", optional = true }
columnar = { path = "../../../columnar/columnar" }
arref = "0.1.0"
columnar = { git = "https://github.com/loro-dev/columnar.git" }
[dev-dependencies]
serde_json = "1.0.87"