Skip to content

Commit 9ecd4ec

Browse files
committed
pin git again
1 parent 26488f2 commit 9ecd4ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_api_gen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ overrideCommand = ["cargo", "+nightly-2024-11-05", "a", "--message-format=json"]
4343
[dependencies]
4444
log = "0.4"
4545
env_logger = "0.11"
46-
rustc_plugin = { path = "../../../rustc_plugin/crates/rustc_plugin" }
46+
rustc_plugin = { git = "https://github.com/makspll/rustc_plugin", branch = "feature/rust-1.82.0" }
4747
indexmap = "2"
4848
tempdir = "0.3"
4949
cargo_metadata = "0.18"

0 commit comments

Comments
 (0)