diff options
author | Antoni Boucher <bouanto@zoho.com> | 2023-03-05 12:16:33 -0500 |
---|---|---|
committer | Antoni Boucher <bouanto@zoho.com> | 2023-03-05 12:16:33 -0500 |
commit | fce70535676f43f21d683d67cd64eea2923f3ef5 (patch) | |
tree | c73e09ae19bb48b2cff7661dd45b58e621161688 /compiler/rustc_codegen_gcc | |
parent | 6bb2af0e6d7e3a8cc176f2594079ef3c2946be14 (diff) | |
download | rust-fce70535676f43f21d683d67cd64eea2923f3ef5.tar.gz |
Update gccjit
Diffstat (limited to 'compiler/rustc_codegen_gcc')
-rw-r--r-- | compiler/rustc_codegen_gcc/Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_codegen_gcc/Cargo.lock b/compiler/rustc_codegen_gcc/Cargo.lock index 65e76197559..80e57418940 100644 --- a/compiler/rustc_codegen_gcc/Cargo.lock +++ b/compiler/rustc_codegen_gcc/Cargo.lock @@ -35,7 +35,7 @@ dependencies = [ [[package]] name = "gccjit" version = "1.0.0" -source = "git+https://github.com/antoyo/gccjit.rs#bdb86fb5092895ff5589726b33250010c64d93f6" +source = "git+https://github.com/antoyo/gccjit.rs#eefb8c662d61477f34b7c32d26bcda5f1ef08432" dependencies = [ "gccjit_sys", ] @@ -43,7 +43,7 @@ dependencies = [ [[package]] name = "gccjit_sys" version = "0.0.1" -source = "git+https://github.com/antoyo/gccjit.rs#bdb86fb5092895ff5589726b33250010c64d93f6" +source = "git+https://github.com/antoyo/gccjit.rs#eefb8c662d61477f34b7c32d26bcda5f1ef08432" dependencies = [ "libc 0.1.12", ] |