From 533e36d718ed8d97e2f22aa693f1c9e6a3426e98 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Wed, 26 Nov 2025 14:02:12 +0100 Subject: [PATCH 1/2] Update `gccjit-sys` version to `1.1.1` --- Cargo.toml | 2 +- gccjit_sys/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1820dd2..5ce0037 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ master = ["gccjit_sys/master"] dlopen = ["gccjit_sys/dlopen"] [dependencies] -gccjit_sys = { version = "1.1.0", path = "gccjit_sys" } +gccjit_sys = { version = "1.1.1", path = "gccjit_sys" } [package.metadata.docs.rs] features = ["master"] diff --git a/gccjit_sys/Cargo.toml b/gccjit_sys/Cargo.toml index b77c0c7..5d8a8bb 100644 --- a/gccjit_sys/Cargo.toml +++ b/gccjit_sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gccjit_sys" -version = "1.1.0" +version = "1.1.1" authors = ["Sean Gillespie ", "Antoni Boucher "] #links = "gccjit" description = "Raw bindings to libgccjit. Companion to the gccjit crate." From 3971392c7691209c363a6a284d9f306527b7d38f Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Wed, 26 Nov 2025 14:21:19 +0100 Subject: [PATCH 2/2] Update `gccjit` version to `3.1.1` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5ce0037..20d3014 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gccjit" -version = "3.1.0" +version = "3.1.1" authors = ["Sean Gillespie ", "Antoni Boucher "] description = "Higher-level Rust bindings for libgccjit." keywords = ["compiler", "jit", "gcc"]