Skip to content

Commit

Permalink
Bump version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rinon committed Aug 14, 2019
1 parent 7d38c27 commit 9b2f91b
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 24 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion c2rust-ast-builder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "c2rust-ast-builder"
version = "0.10.0"
version = "0.11.0"
authors = [
"The C2Rust Project Developers <[email protected]>",
"Eric Mertens <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion c2rust-ast-exporter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "c2rust-ast-exporter"
version = "0.10.0"
version = "0.11.0"
authors = [
"The C2Rust Project Developers <[email protected]>",
"Eric Mertens <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion c2rust-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "c2rust-macros"
version = "0.10.0"
version = "0.11.0"
authors = ["Stephen Crane <[email protected]>", "The C2Rust Project Developers <[email protected]>"]
edition = "2018"
description = "Procedural macro support crate for C2Rust"
Expand Down
6 changes: 3 additions & 3 deletions c2rust-refactor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "c2rust-refactor"
version = "0.10.1"
version = "0.11.0"
authors = [
"The C2Rust Project Developers <[email protected]>",
"Stuart Pernsteiner <[email protected]>",
Expand All @@ -18,7 +18,7 @@ json = "0.11.8"
libc = "0.2.28"
regex = "1.1.0"
ena = "0.13"
c2rust-ast-builder = { version = "0.10.0", path = "../c2rust-ast-builder" }
c2rust-ast-builder = { version = "0.11.0", path = "../c2rust-ast-builder" }
indexmap = { version = "1.0.1", features = ["serde-1"] }
cargo = "0.34.0"
clap = {version = "2.33", features = ["yaml"]}
Expand All @@ -27,7 +27,7 @@ log = "0.4"
rlua = "0.16.3"
slotmap = {version = "0.3", features = ["unstable"]}
derive_more = "0.14"
c2rust-macros = { version = "0.10.0", path = "../c2rust-macros" }
c2rust-macros = { version = "0.11.0", path = "../c2rust-macros" }
flame = { version = "0.2.2", optional = true }
flamer = { version = "0.3", optional = true }

Expand Down
6 changes: 3 additions & 3 deletions c2rust-transpile/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "c2rust-transpile"
version = "0.10.0"
version = "0.11.0"
authors = [
"The C2Rust Project Developers <[email protected]>",
"Eric Mertens <[email protected]>",
Expand All @@ -20,9 +20,9 @@ serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0.80"
indexmap = { version = "1.0.1", features = ["serde-1"] }
c2rust-ast-builder = { version = "0.10.0", path = "../c2rust-ast-builder" }
c2rust-ast-builder = { version = "0.11.0", path = "../c2rust-ast-builder" }
libc = "0.2"
c2rust-ast-exporter = { version = "0.10.0", path = "../c2rust-ast-exporter" }
c2rust-ast-exporter = { version = "0.11.0", path = "../c2rust-ast-exporter" }
handlebars = "1.1.0"
itertools = "0.8"
pathdiff = "0.1.0"
Expand Down
6 changes: 3 additions & 3 deletions c2rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "c2rust"
description = "C to Rust translation, refactoring, and cross-checking"
version = "0.10.1"
version = "0.11.0"
authors = ["The C2Rust Project Developers <[email protected]>"]
license = "BSD-3-Clause"
homepage = "https://c2rust.com/"
Expand All @@ -21,8 +21,8 @@ log = "0.4.0"
env_logger = "0.6.0"
regex = "1"
shlex = "0.1.1"
c2rust-transpile = { version = "0.10.0", path = "../c2rust-transpile" }
c2rust-refactor = { version = "0.10.1", path = "../c2rust-refactor" }
c2rust-transpile = { version = "0.11.0", path = "../c2rust-transpile" }
c2rust-refactor = { version = "0.11.0", path = "../c2rust-refactor" }

[build-dependencies]
rustc_version = "0.2"
Expand Down

0 comments on commit 9b2f91b

Please sign in to comment.