Created
September 12, 2016 23:35
-
-
Save jamwt/65bc2f42a4faf3a5010394f455374ec4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jamwt@dash:~/contrib/repro/test_repo$ cargo build | |
Unpacking slog v1.0.0-alpha3 (registry file:///home/jamwt/contrib/repro/test_repo/../registry) | |
Compiling slog v1.0.0-alpha3 | |
Compiling test_repo v0.1.0 (file:///home/jamwt/contrib/repro/test_repo) | |
Finished debug [unoptimized + debuginfo] target(s) in 2.28 secs | |
jamwt@dash:~/contrib/repro/test_repo$ vi Cargo.toml | |
jamwt@dash:~/contrib/repro/test_repo$ cargo build | |
error: no matching package named `slog` found (required by `slog-atomic`) | |
location searched: registry https://github.com/rust-lang/crates.io-index | |
version required: * |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment