We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1249d5 commit 06b2530Copy full SHA for 06b2530
Cargo.toml
@@ -56,7 +56,7 @@ serde-wasm-bindgen = { version = "0.6", optional = true }
56
js-sys = { version = "0.3", optional = true }
57
getrandom = { version = "0.4.0-rc.0", features = ["wasm_js"], optional = true }
58
pyo3 = { version = "0.28", features = ["extension-module"], optional = true }
59
-buildinfy = { version = "^0.1", optional = true }
+buildinfy = { version = "^0.2.0", optional = true }
60
commandy = { version = "^0.2", optional = true }
61
commandy_macros = { version = "^0.2", optional = true }
62
thiserror = "2.0.18"
0 commit comments