Skip to content

Commit 338c2ce

Browse files
authored
fix: serde compatibility by bumping columnar version (#814)
1 parent ad9bbea commit 338c2ce

3 files changed

Lines changed: 24 additions & 9 deletions

File tree

.changeset/lovely-dogs-mix.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"loro-crdt": patch
3+
---
4+
5+
fix: serde compatibility

Cargo.lock

Lines changed: 18 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ enum_dispatch = "0.3.11"
2020
enum-as-inner = "0.6.0"
2121
rustc-hash = "2.1.1"
2222
tracing = { version = "0.1" }
23-
serde_columnar = { version = "0.3.12" }
23+
serde_columnar = { version = "0.3.13" }
2424
serde_json = "1.0"
2525
thiserror = "1"
2626
smallvec = { version = "1.8.0", features = ["serde"] }

0 commit comments

Comments
 (0)