Skip to content

Commit 342722e

Browse files
authored
Rollup merge of #64320 - alexcrichton:update-patch, r=RalfJung
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]`!
2 parents 7b0d134 + 6c74bc9 commit 342722e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -3225,21 +3225,21 @@ checksum = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
32253225

32263226
[[package]]
32273227
name = "rustc-std-workspace-alloc"
3228-
version = "1.0.0"
3228+
version = "1.99.0"
32293229
dependencies = [
32303230
"alloc",
32313231
]
32323232

32333233
[[package]]
32343234
name = "rustc-std-workspace-core"
3235-
version = "1.0.0"
3235+
version = "1.99.0"
32363236
dependencies = [
32373237
"core",
32383238
]
32393239

32403240
[[package]]
32413241
name = "rustc-std-workspace-std"
3242-
version = "1.0.0"
3242+
version = "1.99.0"
32433243
dependencies = [
32443244
"std",
32453245
]

src/tools/rustc-std-workspace-alloc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustc-std-workspace-alloc"
3-
version = "1.0.0"
3+
version = "1.99.0"
44
authors = ["Alex Crichton <alex@alexcrichton.com>"]
55
license = 'MIT OR Apache-2.0'
66
description = """

src/tools/rustc-std-workspace-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustc-std-workspace-core"
3-
version = "1.0.0"
3+
version = "1.99.0"
44
authors = ["Alex Crichton <alex@alexcrichton.com>"]
55
license = 'MIT OR Apache-2.0'
66
description = """

src/tools/rustc-std-workspace-std/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustc-std-workspace-std"
3-
version = "1.0.0"
3+
version = "1.99.0"
44
authors = ["Alex Crichton <alex@alexcrichton.com>"]
55
license = 'MIT OR Apache-2.0'
66
description = """

0 commit comments

Comments
 (0)