Skip to content

Commit

Permalink
pin git again
Browse files Browse the repository at this point in the history
  • Loading branch information
makspll committed Nov 6, 2024
1 parent 26488f2 commit 9ecd4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_api_gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ overrideCommand = ["cargo", "+nightly-2024-11-05", "a", "--message-format=json"]
[dependencies]
log = "0.4"
env_logger = "0.11"
rustc_plugin = { path = "../../../rustc_plugin/crates/rustc_plugin" }
rustc_plugin = { git = "https://github.com/makspll/rustc_plugin", branch = "feature/rust-1.82.0" }
indexmap = "2"
tempdir = "0.3"
cargo_metadata = "0.18"
Expand Down

0 comments on commit 9ecd4ec

Please sign in to comment.