Skip to content

Commit

Permalink
Bump to version 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rinon committed Aug 23, 2019
1 parent 3281f8f commit 5df4575
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 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-refactor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "c2rust-refactor"
version = "0.11.0"
version = "0.12.0"
authors = [
"The C2Rust Project Developers <c2rust@immunant.com>",
"Stuart Pernsteiner <spernsteiner@galois.com>",
Expand Down
2 changes: 1 addition & 1 deletion c2rust-transpile/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "c2rust-transpile"
version = "0.11.0"
version = "0.12.0"
authors = [
"The C2Rust Project Developers <c2rust@immunant.com>",
"Eric Mertens <emertens@galois.com>",
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.11.0"
version = "0.12.0"
authors = ["The C2Rust Project Developers <c2rust@immunant.com>"]
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.11.0", path = "../c2rust-transpile" }
c2rust-refactor = { version = "0.11.0", path = "../c2rust-refactor" }
c2rust-transpile = { version = "0.12.0", path = "../c2rust-transpile" }
c2rust-refactor = { version = "0.12.0", path = "../c2rust-refactor" }

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

0 comments on commit 5df4575

Please sign in to comment.