We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f611be commit 16e706fCopy full SHA for 16e706f
1 file changed
Cargo.toml
@@ -16,7 +16,7 @@ thiserror = "= 2.0.18"
16
libc = "= 0.2.180"
17
rand = "= 0.8.5"
18
zip = { version = "= 8.1.0", default-features = false, features = ["deflate"] }
19
-resetprop = { path = "external/resetprop-rs/crates/resetprop" }
+resetprop = { git = "https://github.com/Enginex0/resetprop-rs" }
20
21
[dev-dependencies]
22
tempfile = "3"
0 commit comments