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]`!
This commit is contained in:
Alex Crichton 2019-09-09 13:01:05 -07:00
parent 45859b7ca7
commit 6c74bc9518
4 changed files with 6 additions and 6 deletions

View File

@ -3046,21 +3046,21 @@ checksum = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
[[package]]
name = "rustc-std-workspace-alloc"
version = "1.0.0"
version = "1.99.0"
dependencies = [
"alloc",
]
[[package]]
name = "rustc-std-workspace-core"
version = "1.0.0"
version = "1.99.0"
dependencies = [
"core",
]
[[package]]
name = "rustc-std-workspace-std"
version = "1.0.0"
version = "1.99.0"
dependencies = [
"std",
]

View File

@ -1,6 +1,6 @@
[package]
name = "rustc-std-workspace-alloc"
version = "1.0.0"
version = "1.99.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = 'MIT OR Apache-2.0'
description = """

View File

@ -1,6 +1,6 @@
[package]
name = "rustc-std-workspace-core"
version = "1.0.0"
version = "1.99.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = 'MIT OR Apache-2.0'
description = """

View File

@ -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 = """