Skip to content

Commit 0ac1e28

Browse files
authored
Update Cargo.toml
1 parent ae88135 commit 0ac1e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ publish = false
1010
lazy_static = "1.4.0"
1111
thiserror = "1.0.30"
1212
smallvec = "1.8.0"
13-
pyo3 = {version = "0.20.0", features = ["extension-module"], optional = true}
13+
pyo3 = {version = "0.27.1", features = ["extension-module"], optional = true}
1414
quickcheck = {version = "1.0.3", optional = true}
1515
serde = {version = "1.0", features = ["derive"], optional = true}
1616

0 commit comments

Comments
 (0)