We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1cc1d0d + 16148b2 commit fa70f6bCopy full SHA for fa70f6b
rustc-std-workspace-core/Cargo.toml
@@ -1,3 +1,5 @@
1
+cargo-features = ["public-dependency"]
2
+
3
[package]
4
name = "rustc-std-workspace-core"
5
version = "1.99.0"
@@ -11,5 +13,7 @@ edition = "2024"
11
13
path = "lib.rs"
12
14
15
[dependencies]
-core = { path = "../core" }
-compiler_builtins = { path = "../compiler-builtins/compiler-builtins", features = ["compiler-builtins"] }
16
+core = { path = "../core", public = true }
17
+compiler_builtins = { path = "../compiler-builtins/compiler-builtins", features = [
18
+ "compiler-builtins",
19
+] }
0 commit comments