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 26488f2 commit 9ecd4ecCopy full SHA for 9ecd4ec
crates/bevy_api_gen/Cargo.toml
@@ -43,7 +43,7 @@ overrideCommand = ["cargo", "+nightly-2024-11-05", "a", "--message-format=json"]
43
[dependencies]
44
log = "0.4"
45
env_logger = "0.11"
46
-rustc_plugin = { path = "../../../rustc_plugin/crates/rustc_plugin" }
+rustc_plugin = { git = "https://github.com/makspll/rustc_plugin", branch = "feature/rust-1.82.0" }
47
indexmap = "2"
48
tempdir = "0.3"
49
cargo_metadata = "0.18"
0 commit comments