Skip to content

Commit 0f5140e

Browse files
Use published gccjit dependency instead of git repository
1 parent fa41848 commit 0f5140e

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

compiler/rustc_codegen_gcc/Cargo.lock

+6-4
Original file line numberDiff line numberDiff line change
@@ -79,16 +79,18 @@ dependencies = [
7979

8080
[[package]]
8181
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"
8485
dependencies = [
8586
"gccjit_sys",
8687
]
8788

8889
[[package]]
8990
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"
9294
dependencies = [
9395
"libc",
9496
]

compiler/rustc_codegen_gcc/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)