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 | 94538736a80df08c8344a4e6fe5b91de6a1b7843 (patch) | |
| tree | 2cc290aea2a9893067decfcc8b0790bbf7ce1375 | |
| parent | d725cfb6abd04691a3e5c91e4f2c0e3860561deb (diff) | |
| download | rust-94538736a80df08c8344a4e6fe5b91de6a1b7843.tar.gz rust-94538736a80df08c8344a4e6fe5b91de6a1b7843.zip | |
Update gccjit
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 65e76197559..80e57418940 100644 --- a/Cargo.lock +++ b/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", ] |
