Skip to content

Commit

Permalink
Update config.toml fixing issue with cc
Browse files Browse the repository at this point in the history
  • Loading branch information
Amosel authored Aug 3, 2023
1 parent 551c80d commit 0f22da8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,9 @@ rustflags = [

[net]
git-fetch-with-cli = true


[[patch.unused]]
name = "cc"
version = "1.0.79"
source = "git+https://github.com/rust-lang/cc-rs?rev=e5bbdfa#e5bbdfa1fa468c028cb38fee6c35a3cf2e5a2736"

0 comments on commit 0f22da8

Please sign in to comment.