Skip to content

Commit 9b193c3

Browse files
committed
Merge 0.5.7 into master
2 parents 4ee0f84 + 07c5141 commit 9b193c3

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cxx"
3-
version = "0.5.6" # remember to update html_root_url
3+
version = "0.5.7" # remember to update html_root_url
44
authors = ["David Tolnay <[email protected]>"]
55
edition = "2018"
66
links = "cxxbridge05"
@@ -20,15 +20,15 @@ default = ["cxxbridge-flags/default"] # c++11
2020
"c++20" = ["cxxbridge-flags/c++20"]
2121

2222
[dependencies]
23-
cxxbridge-macro = { version = "=0.5.6", path = "macro" }
23+
cxxbridge-macro = { version = "=0.5.7", path = "macro" }
2424
link-cplusplus = "1.0"
2525

2626
[build-dependencies]
2727
cc = "1.0.49"
28-
cxxbridge-flags = { version = "=0.5.6", path = "flags", default-features = false }
28+
cxxbridge-flags = { version = "=0.5.7", path = "flags", default-features = false }
2929

3030
[dev-dependencies]
31-
cxx-build = { version = "=0.5.6", path = "gen/build" }
31+
cxx-build = { version = "=0.5.7", path = "gen/build" }
3232
cxx-gen = { version = "0.6", path = "gen/lib" }
3333
cxx-test-suite = { version = "0", path = "tests/ffi" }
3434
rustversion = "1.0"

flags/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cxxbridge-flags"
3-
version = "0.5.6"
3+
version = "0.5.7"
44
authors = ["David Tolnay <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

gen/build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cxx-build"
3-
version = "0.5.6"
3+
version = "0.5.7"
44
authors = ["David Tolnay <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

gen/cmd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cxxbridge-cmd"
3-
version = "0.5.6"
3+
version = "0.5.7"
44
authors = ["David Tolnay <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

gen/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cxx-gen"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
authors = ["Adrian Taylor <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cxxbridge-macro"
3-
version = "0.5.6"
3+
version = "0.5.7"
44
authors = ["David Tolnay <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@
349349
//! [https://github.com/dtolnay/cxx]: https://github.com/dtolnay/cxx
350350
351351
#![no_std]
352-
#![doc(html_root_url = "https://docs.rs/cxx/0.5.6")]
352+
#![doc(html_root_url = "https://docs.rs/cxx/0.5.7")]
353353
#![deny(improper_ctypes)]
354354
#![allow(non_camel_case_types)]
355355
#![allow(

third-party/Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)