Skip to content

Commit 16e706f

Browse files
committed
chore(deps): switch resetprop to remote git dependency
Pulls from upstream automatically during builds instead of requiring a local submodule checkout.
1 parent 2f611be commit 16e706f

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
@@ -16,7 +16,7 @@ thiserror = "= 2.0.18"
1616
libc = "= 0.2.180"
1717
rand = "= 0.8.5"
1818
zip = { version = "= 8.1.0", default-features = false, features = ["deflate"] }
19-
resetprop = { path = "external/resetprop-rs/crates/resetprop" }
19+
resetprop = { git = "https://github.com/Enginex0/resetprop-rs" }
2020

2121
[dev-dependencies]
2222
tempfile = "3"

0 commit comments

Comments
 (0)