about summary refs log tree commit diff
diff options
context:
space:
mode:
authoryvt <i@yvt.jp>2022-05-25 23:09:18 +0900
committeryvt <i@yvt.jp>2022-05-25 23:58:53 +0900
commitf26eb5a7a2b484ec7331722bd13dd283c7990212 (patch)
tree1d9e9ddf91c550a331aad04f1b32e7fefad057ab
parente6dbecdff382691b9f072fedc7cf70cd8ab5a6a4 (diff)
downloadrust-f26eb5a7a2b484ec7331722bd13dd283c7990212.tar.gz
rust-f26eb5a7a2b484ec7331722bd13dd283c7990212.zip
Update `gccjit`
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c5315e2392e..6df2102470f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -41,7 +41,7 @@ dependencies = [
 [[package]]
 name = "gccjit"
 version = "1.0.0"
-source = "git+https://github.com/antoyo/gccjit.rs#6c2af0cf733a26740f01a7c679afc20431165a54"
+source = "git+https://github.com/antoyo/gccjit.rs#bdb86fb5092895ff5589726b33250010c64d93f6"
 dependencies = [
  "gccjit_sys",
 ]
@@ -49,7 +49,7 @@ dependencies = [
 [[package]]
 name = "gccjit_sys"
 version = "0.0.1"
-source = "git+https://github.com/antoyo/gccjit.rs#6c2af0cf733a26740f01a7c679afc20431165a54"
+source = "git+https://github.com/antoyo/gccjit.rs#bdb86fb5092895ff5589726b33250010c64d93f6"
 dependencies = [
  "libc 0.1.12",
 ]