Skip to content

Commit fce7053

Browse files
committed
Update gccjit
1 parent 6bb2af0 commit fce7053

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/rustc_codegen_gcc/Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ dependencies = [
3535
[[package]]
3636
name = "gccjit"
3737
version = "1.0.0"
38-
source = "git+https://github.com/antoyo/gccjit.rs#bdb86fb5092895ff5589726b33250010c64d93f6"
38+
source = "git+https://github.com/antoyo/gccjit.rs#eefb8c662d61477f34b7c32d26bcda5f1ef08432"
3939
dependencies = [
4040
"gccjit_sys",
4141
]
4242

4343
[[package]]
4444
name = "gccjit_sys"
4545
version = "0.0.1"
46-
source = "git+https://github.com/antoyo/gccjit.rs#bdb86fb5092895ff5589726b33250010c64d93f6"
46+
source = "git+https://github.com/antoyo/gccjit.rs#eefb8c662d61477f34b7c32d26bcda5f1ef08432"
4747
dependencies = [
4848
"libc 0.1.12",
4949
]

0 commit comments

Comments
 (0)