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.
1 parent 3bf650f commit 1e6e4bbCopy full SHA for 1e6e4bb
library/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