Skip to content

Commit 1ff913e

Browse files
Update Rust crate pyo3 to 0.28
1 parent 7cf192a commit 1ff913e

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
@@ -55,7 +55,7 @@ wasm-bindgen = { version = "0.2", optional = true }
5555
serde-wasm-bindgen = { version = "0.6", optional = true }
5656
js-sys = { version = "0.3", optional = true }
5757
getrandom = { version = "0.4.0-rc.0", features = ["wasm_js"], optional = true }
58-
pyo3 = { version = "0.27", features = ["extension-module"], optional = true }
58+
pyo3 = { version = "0.28", features = ["extension-module"], optional = true }
5959
buildinfy = { version = "^0.1", optional = true }
6060
commandy = { version = "^0.2", optional = true }
6161
commandy_macros = { version = "^0.2", optional = true }

0 commit comments

Comments
 (0)