From 878ab12a155a613e9a2a41304d260fe4fdba7f2d Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 8 May 2020 10:05:03 -0700 Subject: [PATCH] Release 0.3.1 --- Cargo.toml | 6 +++--- gen/build/Cargo.toml | 2 +- gen/cmd/Cargo.toml | 2 +- macro/Cargo.toml | 2 +- src/lib.rs | 2 +- third-party/Cargo.lock | 12 ++++++------ 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dd7c18fab..09280f499 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cxx" -version = "0.3.0" # remember to update html_root_url +version = "0.3.1" # remember to update html_root_url authors = ["David Tolnay "] edition = "2018" links = "cxxbridge03" @@ -12,14 +12,14 @@ readme = "README.md" exclude = ["/demo-cxx", "/gen", "/syntax", "/third-party"] [dependencies] -cxxbridge-macro = { version = "=0.3.0", path = "macro" } +cxxbridge-macro = { version = "=0.3.1", path = "macro" } link-cplusplus = "1.0" [build-dependencies] cc = "1.0.49" [dev-dependencies] -cxx-build = { version = "=0.3.0", path = "gen/build" } +cxx-build = { version = "=0.3.1", path = "gen/build" } cxx-test-suite = { version = "0", path = "tests/ffi" } rustversion = "1.0" trybuild = { version = "1.0.27", features = ["diff"] } diff --git a/gen/build/Cargo.toml b/gen/build/Cargo.toml index 16aeba3d1..4f4db9de3 100644 --- a/gen/build/Cargo.toml +++ b/gen/build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cxx-build" -version = "0.3.0" +version = "0.3.1" authors = ["David Tolnay "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/gen/cmd/Cargo.toml b/gen/cmd/Cargo.toml index 92adb89f2..bb2c72d5c 100644 --- a/gen/cmd/Cargo.toml +++ b/gen/cmd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cxxbridge-cmd" -version = "0.3.0" +version = "0.3.1" authors = ["David Tolnay "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/macro/Cargo.toml b/macro/Cargo.toml index 8ade852f2..3b9662b02 100644 --- a/macro/Cargo.toml +++ b/macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cxxbridge-macro" -version = "0.3.0" +version = "0.3.1" authors = ["David Tolnay "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/src/lib.rs b/src/lib.rs index fc0e6828c..43540be42 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -343,7 +343,7 @@ //! //! [https://github.com/dtolnay/cxx]: https://github.com/dtolnay/cxx -#![doc(html_root_url = "https://docs.rs/cxx/0.3.0")] +#![doc(html_root_url = "https://docs.rs/cxx/0.3.1")] #![deny(improper_ctypes)] #![allow(non_camel_case_types)] #![allow( diff --git a/third-party/Cargo.lock b/third-party/Cargo.lock index b1227f977..e95d00ca5 100644 --- a/third-party/Cargo.lock +++ b/third-party/Cargo.lock @@ -65,7 +65,7 @@ dependencies = [ [[package]] name = "cxx" -version = "0.3.0" +version = "0.3.1" dependencies = [ "cc", "cxx-build", @@ -78,7 +78,7 @@ dependencies = [ [[package]] name = "cxx-build" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "cc", @@ -98,7 +98,7 @@ dependencies = [ [[package]] name = "cxxbridge-cmd" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "codespan-reporting", @@ -118,7 +118,7 @@ dependencies = [ [[package]] name = "cxxbridge-macro" -version = "0.3.0" +version = "0.3.1" dependencies = [ "cxx", "proc-macro2", @@ -389,9 +389,9 @@ checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" [[package]] name = "vec_map" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" +checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" [[package]] name = "version_check"