File tree 2 files changed +7
-5
lines changed
compiler/rustc_codegen_gcc
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -79,16 +79,18 @@ dependencies = [
79
79
80
80
[[package ]]
81
81
name = " gccjit"
82
- version = " 1.0.0"
83
- source = " git+https://github.com/antoyo/gccjit.rs#9f8f67edc006d543b17529a001803ffece48349e"
82
+ version = " 2.0.0"
83
+ source = " registry+https://github.com/rust-lang/crates.io-index"
84
+ checksum = " ecaa4c3da2d74c1a991b4faff75d49ab1d0522d9a99d8e2614b3b04d226417ce"
84
85
dependencies = [
85
86
" gccjit_sys" ,
86
87
]
87
88
88
89
[[package ]]
89
90
name = " gccjit_sys"
90
- version = " 0.0.1"
91
- source = " git+https://github.com/antoyo/gccjit.rs#9f8f67edc006d543b17529a001803ffece48349e"
91
+ version = " 0.1.0"
92
+ source = " registry+https://github.com/rust-lang/crates.io-index"
93
+ checksum = " 406a66fba005f1a02661f2f9443e5693dd3a667b7c58e70aa4ccc4c8b50b4758"
92
94
dependencies = [
93
95
" libc" ,
94
96
]
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ master = ["gccjit/master"]
22
22
default = [" master" ]
23
23
24
24
[dependencies ]
25
- gccjit = { git = " https://github.com/antoyo/gccjit.rs " }
25
+ gccjit = " 2.0 "
26
26
27
27
# Local copy.
28
28
# gccjit = { path = "../gccjit.rs" }
You can’t perform that action at this time.
0 commit comments