Skip to content

Commit 1c69ac0

Browse files
committed
switch to git
1 parent 7d42096 commit 1c69ac0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,19 @@ reqwest = "0.9.20"
1313
base64 = "0.10.1"
1414
rust-crypto = "0.2.36"
1515
clap = "2.19"
16-
error-chain="0.12.4"
17-
toml_edit="0.1.5"
16+
error-chain = "0.12.4"
17+
toml_edit = "0.1.5"
1818
nix = "0.9.0"
1919
chrono = "0.4"
2020
log = "0.4"
2121
fern = "0.6"
2222
lazy_static = "1.5.0"
2323
regex = "1.11.1"
24-
watchdog_utils_II= "0.4.0"
24+
#watchdog_utils_II= "0.4.0"
25+
watchdog_utils_II = { git = "https://github.com/satindra-r/watchdog-utils.git", branch = "saturn/groups-fix" }
2526
tokio = { version = "^1.37", features = ["rt-multi-thread"] }
2627

27-
[[ bin ]]
28+
[[bin]]
2829
name = "watchdog"
2930
path = "src/main.rs"
3031

0 commit comments

Comments
 (0)