We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2831da commit 7884ddcCopy full SHA for 7884ddc
Cargo.toml
@@ -17,8 +17,8 @@ config = { version ="0.15.5", features = ["toml"] }
17
directories = "6.0.0"
18
insta = { version = "1.43.1", features = ["yaml"] }
19
percent-encoding = "2.3.1"
20
-pyo3 = "0.24"
21
-pyo3-build-config = { version = "0.24", features = ["resolve-config"] }
+pyo3 = "0.25.0"
+pyo3-build-config = { version = "0.25.0", features = ["resolve-config"] }
22
salsa = { git = "https://github.com/salsa-rs/salsa.git", rev = "7edce6e248f35c8114b4b021cdb474a3fb2813b3" }
23
serde = { version = "1.0.219", features = ["derive"] }
24
serde_json = "1.0.140"
0 commit comments