Skip to content

Commit

Permalink
Update to latest pyo3
Browse files Browse the repository at this point in the history
  • Loading branch information
cberner committed Mar 21, 2020
1 parent 69246f5 commit 642396b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
serde = {version = "1.0.102", features=["std", "derive"]}
pyo3 = {version = "0.8.4", features=["extension-module"], optional = true }
pyo3 = {version = "0.9", features=["extension-module"], optional = true }

[dev-dependencies]
criterion = "0.3"
Expand Down
1 change: 1 addition & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ unlicensed = "deny"
# [possible values: any SPDX 3.7 short identifier (+ optional exception)].
allow = [
"MIT",
"BSD-2-Clause",
"Apache-2.0",
#"Apache-2.0 WITH LLVM-exception",
]
Expand Down

0 comments on commit 642396b

Please sign in to comment.