Skip to content

Commit 8258862

Browse files
committed
chore: release 0.3.13
1 parent ef00726 commit 8258862

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

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

columnar/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "serde_columnar"
3-
version = "0.3.12"
3+
version = "0.3.13"
44
edition = "2021"
55
authors = ["leonzhao <leeeon233@gmail.com>", "zxch3n <remch183@outlook.com>"]
66
license = "MIT OR Apache-2.0"
@@ -11,7 +11,7 @@ keywords = ["columnar", "column-oriented", "compression", "serde", "compatible"]
1111

1212
[dependencies]
1313
serde = { workspace = true }
14-
serde_columnar_derive = { path = "../columnar_derive", version = "0.3.6" }
14+
serde_columnar_derive = { path = "../columnar_derive", version = "0.3.7" }
1515
postcard = { version = "^1.1.0", features = ["alloc"] }
1616
thiserror = "1.0"
1717
lazy_static = { version = "1.4", optional = true }

columnar_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "serde_columnar_derive"
3-
version = "0.3.6"
3+
version = "0.3.7"
44
edition = "2021"
55
authors = ["leonzhao <leeeon233@gmail.com>", "zxch3n <remch183@outlook.com>"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)