Skip to content

Commit 967bcc6

Browse files
committed
fix git dep
1 parent 2bed9f9 commit 967bcc6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.lock

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ regex = "1"
2323
serde = { version = "1.0", features = ["derive"] }
2424
serialport = { version = "4.7", features = ["serde"] }
2525
log = "0.4"
26-
self_update = { path = "../../RustroverProjects/self_update", features = ["archive-zip", "compression-zip-deflate"] }
26+
self_update = { git = "https://github.com/hacknus/self_update", features = ["archive-zip", "compression-zip-deflate"] }
2727
tempfile = "3.15"
2828
reqwest = { version = "0.12", default-features = false, features = ["blocking", "json", "rustls-tls", "http2"] }
2929
semver = "1.0.24"

0 commit comments

Comments
 (0)