Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 646726d

Browse files
committed
Switched offline mode implementation to stable cargo.
1 parent 160b1aa commit 646726d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ name = "rust-semver-public"
2727
path = "src/bin/rust_semver_public.rs"
2828

2929
[dependencies]
30-
cargo = { git = "https://github.com/rust-lang/cargo", branch = "master" }
30+
cargo = "0.37"
3131
crates-io = "0.24"
3232
curl = "0.4.21"
3333
env_logger = "0.6"

0 commit comments

Comments
 (0)