Merge pull request #55 from alexcrichton/no-locked-rev
Remove locked revisions from the Cargo.toml
This commit is contained in:
commit
3b422889d9
@ -14,12 +14,9 @@ path = "tests/test.rs"
|
|||||||
|
|
||||||
[dependencies.openssl]
|
[dependencies.openssl]
|
||||||
git = "https://github.com/sfackler/rust-openssl"
|
git = "https://github.com/sfackler/rust-openssl"
|
||||||
rev = "cd40d25cb5721064c5c2002c41a616d2dba7399a"
|
|
||||||
|
|
||||||
[dependencies.phf]
|
[dependencies.phf]
|
||||||
git = "https://github.com/sfackler/rust-phf"
|
git = "https://github.com/sfackler/rust-phf"
|
||||||
rev = "af0a11c92bd531c9677bef31f6a6d8c4b59ad29b"
|
|
||||||
|
|
||||||
[dependencies.phf_mac]
|
[dependencies.phf_mac]
|
||||||
git = "https://github.com/sfackler/rust-phf"
|
git = "https://github.com/sfackler/rust-phf"
|
||||||
rev = "af0a11c92bd531c9677bef31f6a6d8c4b59ad29b"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user