Skip to content

Commit

Permalink
Update versions to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
antoyo committed Mar 11, 2024
1 parent 9f8f67e commit 0d9271a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[package]
name = "gccjit"
version = "1.0.0"
version = "2.0.0"
authors = ["Sean Gillespie <[email protected]>", "Antoni Boucher <[email protected]>"]
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" }
6 changes: 3 additions & 3 deletions gccjit_sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "gccjit_sys"
version = "0.0.1"
authors = ["Sean Gillespie <[email protected]>"]
version = "0.1.0"
authors = ["Sean Gillespie <[email protected]>", "Antoni Boucher <[email protected]>"]
#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 = []
Expand Down

0 comments on commit 0d9271a

Please sign in to comment.