diff options
| author | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2017-02-02 23:55:42 +0300 |
|---|---|---|
| committer | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2017-02-02 23:55:42 +0300 |
| commit | b4abb72ef0bda4092ca81610d310081d78f51d2a (patch) | |
| tree | d80dfc6e579cb2438dc61988b9b02b2b12784077 /src/rustc | |
| parent | a5b603b1bf1e9d74227a8a3b2f73acd558b952ef (diff) | |
| download | rust-b4abb72ef0bda4092ca81610d310081d78f51d2a.tar.gz rust-b4abb72ef0bda4092ca81610d310081d78f51d2a.zip | |
Fixup crate versions
Diffstat (limited to 'src/rustc')
| -rw-r--r-- | src/rustc/std_shim/Cargo.toml | 2 | ||||
| -rw-r--r-- | src/rustc/test_shim/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/rustc/std_shim/Cargo.toml b/src/rustc/std_shim/Cargo.toml index 7260a844073..14c9c5544b1 100644 --- a/src/rustc/std_shim/Cargo.toml +++ b/src/rustc/std_shim/Cargo.toml @@ -21,7 +21,7 @@ [package] name = "std_shim" -version = "0.1.0" +version = "0.0.0" authors = ["The Rust Project Developers"] [lib] diff --git a/src/rustc/test_shim/Cargo.toml b/src/rustc/test_shim/Cargo.toml index ac7842770f5..6ef613eee06 100644 --- a/src/rustc/test_shim/Cargo.toml +++ b/src/rustc/test_shim/Cargo.toml @@ -5,7 +5,7 @@ [package] name = "test_shim" -version = "0.1.0" +version = "0.0.0" authors = ["The Rust Project Developers"] [lib] |
