Skip to content

Commit 6c74bc9

Browse files
committed
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]`!
1 parent 45859b7 commit 6c74bc9

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
@@ -3046,21 +3046,21 @@ checksum = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
30463046

30473047
[[package]]
30483048
name = "rustc-std-workspace-alloc"
3049-
version = "1.0.0"
3049+
version = "1.99.0"
30503050
dependencies = [
30513051
"alloc",
30523052
]
30533053

30543054
[[package]]
30553055
name = "rustc-std-workspace-core"
3056-
version = "1.0.0"
3056+
version = "1.99.0"
30573057
dependencies = [
30583058
"core",
30593059
]
30603060

30613061
[[package]]
30623062
name = "rustc-std-workspace-std"
3063-
version = "1.0.0"
3063+
version = "1.99.0"
30643064
dependencies = [
30653065
"std",
30663066
]

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 <[email protected]>"]
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 <[email protected]>"]
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 <[email protected]>"]
55
license = 'MIT OR Apache-2.0'
66
description = """

0 commit comments

Comments
 (0)