Skip to content

Commit 3592bc5

Browse files
committed
Update versions
1 parent 91aeff9 commit 3592bc5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gccjit"
3-
version = "3.1.1"
3+
version = "3.2.0"
44
authors = ["Sean Gillespie <sean.william.g@gmail.com>", "Antoni Boucher <bouanto@zoho.com>"]
55
description = "Higher-level Rust bindings for libgccjit."
66
keywords = ["compiler", "jit", "gcc"]
@@ -14,7 +14,7 @@ master = ["gccjit_sys/master"]
1414
dlopen = ["gccjit_sys/dlopen"]
1515

1616
[dependencies]
17-
gccjit_sys = { version = "1.1.1", path = "gccjit_sys" }
17+
gccjit_sys = { version = "1.2.0", path = "gccjit_sys" }
1818

1919
[package.metadata.docs.rs]
2020
features = ["master"]

gccjit_sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gccjit_sys"
3-
version = "1.1.2"
3+
version = "1.2.0"
44
authors = ["Sean Gillespie <sean.william.g@gmail.com>", "Antoni Boucher <bouanto@zoho.com>"]
55
#links = "gccjit"
66
description = "Raw bindings to libgccjit. Companion to the gccjit crate."

0 commit comments

Comments
 (0)