Skip to content

Commit 7884ddc

Browse files
bump pyo3 to 0.25 (#151)
1 parent d2831da commit 7884ddc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ config = { version ="0.15.5", features = ["toml"] }
1717
directories = "6.0.0"
1818
insta = { version = "1.43.1", features = ["yaml"] }
1919
percent-encoding = "2.3.1"
20-
pyo3 = "0.24"
21-
pyo3-build-config = { version = "0.24", features = ["resolve-config"] }
20+
pyo3 = "0.25.0"
21+
pyo3-build-config = { version = "0.25.0", features = ["resolve-config"] }
2222
salsa = { git = "https://github.com/salsa-rs/salsa.git", rev = "7edce6e248f35c8114b4b021cdb474a3fb2813b3" }
2323
serde = { version = "1.0.219", features = ["derive"] }
2424
serde_json = "1.0.140"

0 commit comments

Comments
 (0)