mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Delete Cargo.lock from this repo
There's now a lock file upstream in rust-lang/rust so the one here isn't actually used, and otherwise this crate is used as a dependency so the lock file isn't respected anyway!
This commit is contained in:
parent
757c3fac63
commit
5c9665f41c
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
/target
|
/target
|
||||||
|
Cargo.lock
|
||||||
.cargo
|
.cargo
|
||||||
/config.stamp
|
/config.stamp
|
||||||
/Makefile
|
/Makefile
|
||||||
@ -6,7 +7,6 @@
|
|||||||
src/doc/build
|
src/doc/build
|
||||||
src/etc/*.pyc
|
src/etc/*.pyc
|
||||||
src/registry/target
|
src/registry/target
|
||||||
src/registry/Cargo.lock
|
|
||||||
rustc
|
rustc
|
||||||
__pycache__
|
__pycache__
|
||||||
.idea/
|
.idea/
|
||||||
|
1185
Cargo.lock
generated
1185
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -24,7 +24,7 @@ crypto-hash = "0.3"
|
|||||||
curl = "0.4.6"
|
curl = "0.4.6"
|
||||||
docopt = "0.8.1"
|
docopt = "0.8.1"
|
||||||
env_logger = "0.4"
|
env_logger = "0.4"
|
||||||
error-chain = "0.11.0-rc.2"
|
error-chain = "0.11.0"
|
||||||
filetime = "0.1"
|
filetime = "0.1"
|
||||||
flate2 = "0.2"
|
flate2 = "0.2"
|
||||||
fs2 = "0.4"
|
fs2 = "0.4"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user