mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-11 14:53:12 +00:00
chore: columnar dependency use git path
This commit is contained in:
parent
c4995e7ba2
commit
090b6852b7
2 changed files with 3 additions and 1 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue