Release 0.4.1
diff --git a/Cargo.toml b/Cargo.toml
index 510623f..0e69aac 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxx"
-version = "0.4.0" # remember to update html_root_url
+version = "0.4.1" # remember to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
links = "cxxbridge04"
@@ -20,15 +20,15 @@
"c++20" = ["cxxbridge-flags/c++20"]
[dependencies]
-cxxbridge-macro = { version = "=0.4.0", path = "macro" }
+cxxbridge-macro = { version = "=0.4.1", path = "macro" }
link-cplusplus = "1.0"
[build-dependencies]
cc = "1.0.49"
-cxxbridge-flags = { version = "=0.4.0", path = "flags", default-features = false }
+cxxbridge-flags = { version = "=0.4.1", path = "flags", default-features = false }
[dev-dependencies]
-cxx-build = { version = "=0.4.0", path = "gen/build" }
+cxx-build = { version = "=0.4.1", 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 9fefd37..5bab2bc 100644
--- a/flags/Cargo.toml
+++ b/flags/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxxbridge-flags"
-version = "0.4.0"
+version = "0.4.1"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
diff --git a/gen/build/Cargo.toml b/gen/build/Cargo.toml
index c23e82a..6055066 100644
--- a/gen/build/Cargo.toml
+++ b/gen/build/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxx-build"
-version = "0.4.0"
+version = "0.4.1"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
diff --git a/gen/cmd/Cargo.toml b/gen/cmd/Cargo.toml
index 6528cf0..bc84b98 100644
--- a/gen/cmd/Cargo.toml
+++ b/gen/cmd/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxxbridge-cmd"
-version = "0.4.0"
+version = "0.4.1"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
diff --git a/macro/Cargo.toml b/macro/Cargo.toml
index be24ab3..531dbca 100644
--- a/macro/Cargo.toml
+++ b/macro/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cxxbridge-macro"
-version = "0.4.0"
+version = "0.4.1"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
diff --git a/src/lib.rs b/src/lib.rs
index 1e76581..ef5974d 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.0")]
+#![doc(html_root_url = "https://docs.rs/cxx/0.4.1")]
#![deny(improper_ctypes)]
#![allow(non_camel_case_types)]
#![allow(
diff --git a/third-party/Cargo.lock b/third-party/Cargo.lock
index f1ec3e0..4f1d809 100644
--- a/third-party/Cargo.lock
+++ b/third-party/Cargo.lock
@@ -59,7 +59,7 @@
[[package]]
name = "cxx"
-version = "0.4.0"
+version = "0.4.1"
dependencies = [
"cc",
"cxx-build",
@@ -73,7 +73,7 @@
[[package]]
name = "cxx-build"
-version = "0.4.0"
+version = "0.4.1"
dependencies = [
"cc",
"codespan-reporting",
@@ -105,7 +105,7 @@
[[package]]
name = "cxxbridge-cmd"
-version = "0.4.0"
+version = "0.4.1"
dependencies = [
"clap",
"codespan-reporting",
@@ -116,11 +116,11 @@
[[package]]
name = "cxxbridge-flags"
-version = "0.4.0"
+version = "0.4.1"
[[package]]
name = "cxxbridge-macro"
-version = "0.4.0"
+version = "0.4.1"
dependencies = [
"cxx",
"proc-macro2",