We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5d1153 commit d74f7c1Copy full SHA for d74f7c1
2 files changed
README.md
@@ -30,7 +30,7 @@ Or edit your `Cargo.toml` and add `serde_columnar` as dependency:
30
31
```toml
32
[dependencies]
33
-serde_columnar = "0.3.9"
+serde_columnar = "0.3.10"
34
```
35
36
### Container Attribute
columnar/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "serde_columnar"
3
-version = "0.3.9"
+version = "0.3.10"
4
edition = "2021"
5
authors = ["leonzhao <leeeon233@gmail.com>", "zxch3n <remch183@outlook.com>"]
6
license = "MIT OR Apache-2.0"
0 commit comments