Skip to content

Commit f7a6ac1

Browse files
Rollup merge of #122334 - GuillaumeGomez:vendor-cg_gcc, r=Mark-Simulacrum
Vendor rustc_codegen_gcc I used #115274 as base for this update. r? `@bjorn3`
2 parents 27ba1ba + be24d39 commit f7a6ac1

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Cargo.lock

+6-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ master = ["gccjit/master"]
2222
default = ["master"]
2323

2424
[dependencies]
25-
gccjit = { git = "https://github.com/antoyo/gccjit.rs" }
25+
gccjit = "2.0"
2626

2727
# Local copy.
2828
#gccjit = { path = "../gccjit.rs" }

0 commit comments

Comments
 (0)