Skip to content

Commit

Permalink
pyo3: bump to version 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshilliard committed Jul 3, 2021
1 parent 0034926 commit 9aa7c6f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 52 deletions.
74 changes: 23 additions & 51 deletions src/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false

[dependencies]
lazy_static = "1"
pyo3 = { version = "0.13.1" }
pyo3 = { version = "0.14.0" }
asn1 = { version = "0.5.3", default-features = false, features = ["derive"] }
chrono = { version = "0.4", default-features = false, features = ["alloc"] }
ouroboros = "0.9"
Expand Down

0 comments on commit 9aa7c6f

Please sign in to comment.