Skip to content

Commit 0d9271a

Browse files
committed
Update versions to publish
1 parent 9f8f67e commit 0d9271a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[package]
22
name = "gccjit"
3-
version = "1.0.0"
3+
version = "2.0.0"
44
authors = ["Sean Gillespie <[email protected]>", "Antoni Boucher <[email protected]>"]
55
description = "Higher-level Rust bindings for libgccjit."
66
keywords = ["compiler", "jit", "gcc"]
77
license = "GPL-3.0"
8-
repository = "https://github.com/swgillespie/gccjit.rs"
9-
documentation = "http://swgillespie.github.io/gccjit.rs/gccjit/"
8+
repository = "https://github.com/antoyo/gccjit.rs"
9+
documentation = "https://docs.rs/gccjit/latest/gccjit/"
1010
readme = "README.md"
1111

1212
[features]
1313
master = ["gccjit_sys/master"]
1414

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

gccjit_sys/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "gccjit_sys"
3-
version = "0.0.1"
4-
authors = ["Sean Gillespie <[email protected]>"]
3+
version = "0.1.0"
4+
authors = ["Sean Gillespie <[email protected]>", "Antoni Boucher <[email protected]>"]
55
#links = "gccjit"
66
description = "Raw bindings to libgccjit. Companion to the gccjit crate."
77
keywords = ["compiler", "jit", "gcc"]
88
license = "GPL-3.0"
9-
repository = "https://github.com/swgillespie/gccjit.rs"
9+
repository = "https://github.com/antoyo/gccjit.rs"
1010

1111
[features]
1212
master = []

0 commit comments

Comments
 (0)