Skip to content

Commit 533e36d

Browse files
Update gccjit-sys version to 1.1.1
1 parent 8bebade commit 533e36d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ master = ["gccjit_sys/master"]
1414
dlopen = ["gccjit_sys/dlopen"]
1515

1616
[dependencies]
17-
gccjit_sys = { version = "1.1.0", path = "gccjit_sys" }
17+
gccjit_sys = { version = "1.1.1", 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.0"
3+
version = "1.1.1"
44
authors = ["Sean Gillespie <[email protected]>", "Antoni Boucher <[email protected]>"]
55
#links = "gccjit"
66
description = "Raw bindings to libgccjit. Companion to the gccjit crate."

0 commit comments

Comments
 (0)