Skip to content

Commit 54ec063

Browse files
fix(deps): update rust crate pyo3 to 0.29
1 parent 2e91a4a commit 54ec063

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "_silicate"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
pyo3 = "0.28"
11+
pyo3 = "0.29"
1212
silicon = { path = "vendor/silicon", default-features = false, features = ["anyhow"] }
1313
syntect = "5.2"
1414
image = { version = "0.24", default-features = false, features = ["png"] }

0 commit comments

Comments
 (0)