diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2019-09-09 13:01:05 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2019-09-09 13:02:10 -0700 |
| commit | 6c74bc951804940800da45ba5b9b3c3e5b613eb3 (patch) | |
| tree | c3633e58db19f373127097211e8df69a7550986b /src/tools/rustc-std-workspace-std/Cargo.toml | |
| parent | 45859b7ca764cafb14efb8c63a83d5e48dc5d016 (diff) | |
| download | rust-6c74bc951804940800da45ba5b9b3c3e5b613eb3.tar.gz rust-6c74bc951804940800da45ba5b9b3c3e5b613eb3.zip | |
Update version of `rustc-std-workspace-*` crates
This commit updates the version of the `rustc-std-workspace-*` crates in-tree which are used in `[patch]`. This will guarantee that Cargo will select these versions even if minor updates are published to crates.io because otherwise a newer version on crates.io would be preferred which misses the point of `[patch]`!
Diffstat (limited to 'src/tools/rustc-std-workspace-std/Cargo.toml')
| -rw-r--r-- | src/tools/rustc-std-workspace-std/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rustc-std-workspace-std/Cargo.toml b/src/tools/rustc-std-workspace-std/Cargo.toml index ce1644809db..e41554b74af 100644 --- a/src/tools/rustc-std-workspace-std/Cargo.toml +++ b/src/tools/rustc-std-workspace-std/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustc-std-workspace-std" -version = "1.0.0" +version = "1.99.0" authors = ["Alex Crichton <alex@alexcrichton.com>"] license = 'MIT OR Apache-2.0' description = """ |
