We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bb2af0 commit fce7053Copy full SHA for fce7053
compiler/rustc_codegen_gcc/Cargo.lock
@@ -35,15 +35,15 @@ dependencies = [
35
[[package]]
36
name = "gccjit"
37
version = "1.0.0"
38
-source = "git+https://github.com/antoyo/gccjit.rs#bdb86fb5092895ff5589726b33250010c64d93f6"
+source = "git+https://github.com/antoyo/gccjit.rs#eefb8c662d61477f34b7c32d26bcda5f1ef08432"
39
dependencies = [
40
"gccjit_sys",
41
]
42
43
44
name = "gccjit_sys"
45
version = "0.0.1"
46
47
48
"libc 0.1.12",
49
0 commit comments