diff --git a/Cargo.toml b/Cargo.toml index 4eb0d4a..90de564 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,16 +1,16 @@ [package] name = "gccjit" -version = "1.0.0" +version = "2.0.0" authors = ["Sean Gillespie ", "Antoni Boucher "] description = "Higher-level Rust bindings for libgccjit." keywords = ["compiler", "jit", "gcc"] license = "GPL-3.0" -repository = "https://github.com/swgillespie/gccjit.rs" -documentation = "http://swgillespie.github.io/gccjit.rs/gccjit/" +repository = "https://github.com/antoyo/gccjit.rs" +documentation = "https://docs.rs/gccjit/latest/gccjit/" readme = "README.md" [features] master = ["gccjit_sys/master"] [dependencies] -gccjit_sys = { version = "0.0.1", path = "gccjit_sys" } +gccjit_sys = { version = "0.1.0", path = "gccjit_sys" } diff --git a/gccjit_sys/Cargo.toml b/gccjit_sys/Cargo.toml index 900cd53..0ef6014 100644 --- a/gccjit_sys/Cargo.toml +++ b/gccjit_sys/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "gccjit_sys" -version = "0.0.1" -authors = ["Sean Gillespie "] +version = "0.1.0" +authors = ["Sean Gillespie ", "Antoni Boucher "] #links = "gccjit" description = "Raw bindings to libgccjit. Companion to the gccjit crate." keywords = ["compiler", "jit", "gcc"] license = "GPL-3.0" -repository = "https://github.com/swgillespie/gccjit.rs" +repository = "https://github.com/antoyo/gccjit.rs" [features] master = []