Skip to content

Commit

Permalink
Merge pull request #22 from somehowchris/patch/upstream-pyo3
Browse files Browse the repository at this point in the history
fix: use upstream pyo3
  • Loading branch information
davidhewitt authored Nov 12, 2021
2 parents 08e7c1b + c8b8f81 commit 6f3992d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ documentation = "https://docs.rs/crate/pythonize/"

[dependencies]
serde = { version = "1.0", default-features = false, features = ["std"] }
pyo3 = { git = "https://github.com/PyO3/pyo3", rev = "4ea03a3159401a91de7042726f2451317c955316", default-features = false }
pyo3 = { version = "0.15.0", default-features = false }

[dev-dependencies]
serde = { version = "1.0", default-features = false, features = ["derive"] }
pyo3 = { git = "https://github.com/PyO3/pyo3", rev = "4ea03a3159401a91de7042726f2451317c955316", default-features = false, features = ["auto-initialize", "macros"] }
pyo3 = { version = "0.15.0", default-features = false, features = ["auto-initialize", "macros"] }
serde_json = "1.0"
maplit = "1.0.2"

0 comments on commit 6f3992d

Please sign in to comment.