Skip to content

Commit

Permalink
Release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 12, 2020
1 parent cf22385 commit 6aa34e4
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
[package]
name = "cxx"
version = "0.3.2" # remember to update html_root_url
version = "0.3.3" # remember to update html_root_url
authors = ["David Tolnay <[email protected]>"]
edition = "2018"
links = "cxxbridge03"
Expand All @@ -19,14 19,14 @@ default = [] # c 11
"c 17" = []

[dependencies]
cxxbridge-macro = { version = "=0.3.2", path = "macro" }
cxxbridge-macro = { version = "=0.3.3", path = "macro" }
link-cplusplus = "1.0"

[build-dependencies]
cc = "1.0.49"

[dev-dependencies]
cxx-build = { version = "=0.3.2", path = "gen/build" }
cxx-build = { version = "=0.3.3", path = "gen/build" }
cxx-test-suite = { version = "0", path = "tests/ffi" }
rustversion = "1.0"
trybuild = { version = "1.0.27", features = ["diff"] }
Expand Down
2 changes: 1 addition & 1 deletion gen/build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
[package]
name = "cxx-build"
version = "0.3.2"
version = "0.3.3"
authors = ["David Tolnay <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion gen/cmd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
[package]
name = "cxxbridge-cmd"
version = "0.3.2"
version = "0.3.3"
authors = ["David Tolnay <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
[package]
name = "cxxbridge-macro"
version = "0.3.2"
version = "0.3.3"
authors = ["David Tolnay <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 348,7 @@
//!
//! [https://github.com/dtolnay/cxx]: https://github.com/dtolnay/cxx

#![doc(html_root_url = "https://docs.rs/cxx/0.3.2")]
#![doc(html_root_url = "https://docs.rs/cxx/0.3.3")]
#![deny(improper_ctypes)]
#![allow(non_camel_case_types)]
#![allow(
Expand Down
2 changes: 1 addition & 1 deletion third-party/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 20,7 @@ rust_library(

rust_library(
name = "clap",
srcs = glob(["vendor/clap-2.33.0/src/**"]),
srcs = glob(["vendor/clap-2.33.1/src/**"]),
edition = "2015",
deps = [
":bitflags",
Expand Down
2 changes: 1 addition & 1 deletion third-party/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 25,7 @@ rust_library(

rust_library(
name = "clap",
srcs = glob(["vendor/clap-2.33.0/src/**"]),
srcs = glob(["vendor/clap-2.33.1/src/**"]),
edition = "2015",
deps = [
":bitflags",
Expand Down
24 changes: 12 additions & 12 deletions third-party/Cargo.lock

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

0 comments on commit 6aa34e4

Please sign in to comment.