Skip to content

Instantly share code, notes, and snippets.

@tbillington
Created August 22, 2014 10:07
Show Gist options
  • Save tbillington/9ba8a60a564293e21628 to your computer and use it in GitHub Desktop.
Save tbillington/9ba8a60a564293e21628 to your computer and use it in GitHub Desktop.
cargo.toml:
[package]
name = "hello_world"
version = "0.0.1"
authors = ["PudgePacket <[email protected]>"]
[dependencies.gl]
git = "https://github.com/bjz/gl-rs"
error:
C:\Users\Trent\Desktop\blah\hello_world>cargo update gl -v
Updating git repository `https://github.com/bjz/gl-rs`
Unable to update https://github.com/bjz/gl-rs
Caused by:
[6] Could not find repository from 'C:\Users\Trent\.cargo\git\db\gl-rs-5020f97
825182d66'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment