You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rollup merge of rust-lang#116906 - compiler-errors:version-0, r=oli-obk
Use v0.0.0 in compiler crates
I may be totally off base here, but my understanding is that it's conventional to use v0.0.0 to reflect the unversioned nature of the compiler crates. Fix that for some of the compiler crates that were created recently.
Copy file name to clipboardexpand all lines: compiler/rustc_hir_typeck/Cargo.toml
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[package]
2
2
name = "rustc_hir_typeck"
3
-
version = "0.1.0"
3
+
version = "0.0.0"
4
4
edition = "2021"
5
5
6
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Copy file name to clipboardexpand all lines: compiler/rustc_transmute/Cargo.toml
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[package]
2
2
name = "rustc_transmute"
3
-
version = "0.1.0"
3
+
version = "0.0.0"
4
4
edition = "2021"
5
5
6
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
0 commit comments