Skip to content

Commit 9ae0279

Browse files
committed
Update versions
1 parent 328cb1b commit 9ae0279

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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 = "2.0.0"
3+
version = "2.1.0"
44
authors = ["Sean Gillespie <[email protected]>", "Antoni Boucher <[email protected]>"]
55
description = "Higher-level Rust bindings for libgccjit."
66
keywords = ["compiler", "jit", "gcc"]
@@ -13,4 +13,4 @@ readme = "README.md"
1313
master = ["gccjit_sys/master"]
1414

1515
[dependencies]
16-
gccjit_sys = { version = "0.1.0", path = "gccjit_sys" }
16+
gccjit_sys = { version = "0.2.0", path = "gccjit_sys" }

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 = "0.1.0"
3+
version = "0.2.0"
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)