Skip to content

Commit 494b44c

Browse files
committed
impl depythonize, reoganize and cleanup errors
1 parent 9f4d394 commit 494b44c

5 files changed

Lines changed: 1363 additions & 555 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pythonize"
3-
version = "0.1.0"
3+
version = "0.12.0"
44
authors = ["David Hewitt <1939362+davidhewitt@users.noreply.github.com>"]
55
edition = "2018"
66
license = "MIT"
@@ -9,11 +9,10 @@ homepage = "https://github.com/davidhewitt/pythonize"
99
repository = "https://github.com/davidhewitt/pythonize"
1010
documentation = "https://docs.rs/crate/pythonize/"
1111

12-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1312

1413
[dependencies]
15-
serde = { version = "1.0" }
16-
pyo3 = { version = "0.12.1", default-features = false }
14+
serde = { version = "1.0", default-features = false }
15+
pyo3 = { version = "0.12", default-features = false }
1716

1817
[dev-dependencies]
1918
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)