Skip to content

Instantly share code, notes, and snippets.

@jamwt
Created September 12, 2016 23:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamwt/65bc2f42a4faf3a5010394f455374ec4 to your computer and use it in GitHub Desktop.
Save jamwt/65bc2f42a4faf3a5010394f455374ec4 to your computer and use it in GitHub Desktop.
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