diff --git a/Cargo.toml b/Cargo.toml index 73539f71..66130140 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cxx" -version = "0.4.3" # remember to update html_root_url +version = "0.4.4" # remember to update html_root_url authors = ["David Tolnay "] edition = "2018" links = "cxxbridge04" @@ -20,15 +20,15 @@ default = ["cxxbridge-flags/default"] # c++11 "c++20" = ["cxxbridge-flags/c++20"] [dependencies] -cxxbridge-macro = { version = "=0.4.3", path = "macro" } +cxxbridge-macro = { version = "=0.4.4", path = "macro" } link-cplusplus = "1.0" [build-dependencies] cc = "1.0.49" -cxxbridge-flags = { version = "=0.4.3", path = "flags", default-features = false } +cxxbridge-flags = { version = "=0.4.4", path = "flags", default-features = false } [dev-dependencies] -cxx-build = { version = "=0.4.3", path = "gen/build" } +cxx-build = { version = "=0.4.4", path = "gen/build" } cxx-test-suite = { version = "0", path = "tests/ffi" } rustversion = "1.0" trybuild = { version = "1.0.33", features = ["diff"] } diff --git a/flags/Cargo.toml b/flags/Cargo.toml index afae4461..fa4b95f7 100644 --- a/flags/Cargo.toml +++ b/flags/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cxxbridge-flags" -version = "0.4.3" +version = "0.4.4" authors = ["David Tolnay "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/gen/build/Cargo.toml b/gen/build/Cargo.toml index acd2c3a0..ce9b206e 100644 --- a/gen/build/Cargo.toml +++ b/gen/build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cxx-build" -version = "0.4.3" +version = "0.4.4" authors = ["David Tolnay "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/gen/cmd/Cargo.toml b/gen/cmd/Cargo.toml index e0264a67..376c9cd9 100644 --- a/gen/cmd/Cargo.toml +++ b/gen/cmd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cxxbridge-cmd" -version = "0.4.3" +version = "0.4.4" authors = ["David Tolnay "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/macro/Cargo.toml b/macro/Cargo.toml index 9086da60..e5a52e4d 100644 --- a/macro/Cargo.toml +++ b/macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cxxbridge-macro" -version = "0.4.3" +version = "0.4.4" authors = ["David Tolnay "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/src/lib.rs b/src/lib.rs index b0fe00df..8c828a39 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -348,7 +348,7 @@ //! //! [https://github.com/dtolnay/cxx]: https://github.com/dtolnay/cxx -#![doc(html_root_url = "https://docs.rs/cxx/0.4.3")] +#![doc(html_root_url = "https://docs.rs/cxx/0.4.4")] #![deny(improper_ctypes)] #![allow(non_camel_case_types)] #![allow( diff --git a/third-party/Cargo.lock b/third-party/Cargo.lock index 8a2ee256..1310d031 100644 --- a/third-party/Cargo.lock +++ b/third-party/Cargo.lock @@ -59,7 +59,7 @@ dependencies = [ [[package]] name = "cxx" -version = "0.4.3" +version = "0.4.4" dependencies = [ "cc", "cxx-build", @@ -73,7 +73,7 @@ dependencies = [ [[package]] name = "cxx-build" -version = "0.4.3" +version = "0.4.4" dependencies = [ "cc", "codespan-reporting", @@ -105,7 +105,7 @@ dependencies = [ [[package]] name = "cxxbridge-cmd" -version = "0.4.3" +version = "0.4.4" dependencies = [ "clap", "codespan-reporting", @@ -116,11 +116,11 @@ dependencies = [ [[package]] name = "cxxbridge-flags" -version = "0.4.3" +version = "0.4.4" [[package]] name = "cxxbridge-macro" -version = "0.4.3" +version = "0.4.4" dependencies = [ "cxx", "proc-macro2",