We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2011f6 + e62e126 commit dd92162Copy full SHA for dd92162
Cargo.toml
@@ -1,13 +1,13 @@
1
[package]
2
name = "serde-pyobject"
3
-version = "0.5.1"
+version = "0.6.0"
4
edition = "2021"
5
6
-description = "PyO3's PyAny as a serde data format"
+description = "PyO3's PyAny as a serde data format"
7
documentation = "https://docs.rs/serde-pyobject/"
8
-repository = "https://github.com/Jij-Inc/serde-pyobject"
9
-keywords = ["serde", "pyo3", "python", "ffi"]
10
-license = "MIT OR Apache-2.0"
+repository = "https://github.com/Jij-Inc/serde-pyobject"
+keywords = ["serde", "pyo3", "python", "ffi"]
+license = "MIT OR Apache-2.0"
11
12
[dependencies]
13
pyo3 = "0.23.0"
0 commit comments