Skip to content

Commit 56f78f3

Browse files
committed
Release 1.0.12
1 parent 15a9b07 commit 56f78f3

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cxx"
3-
version = "1.0.11" # remember to update html_root_url
3+
version = "1.0.12" # remember to update html_root_url
44
authors = ["David Tolnay <[email protected]>"]
55
edition = "2018"
66
links = "cxxbridge1"
@@ -21,15 +21,15 @@ default = ["cxxbridge-flags/default"] # c++11
2121
"c++20" = ["cxxbridge-flags/c++20"]
2222

2323
[dependencies]
24-
cxxbridge-macro = { version = "=1.0.11", path = "macro" }
24+
cxxbridge-macro = { version = "=1.0.12", path = "macro" }
2525
link-cplusplus = "1.0"
2626

2727
[build-dependencies]
2828
cc = "1.0.49"
29-
cxxbridge-flags = { version = "=1.0.11", path = "flags", default-features = false }
29+
cxxbridge-flags = { version = "=1.0.12", path = "flags", default-features = false }
3030

3131
[dev-dependencies]
32-
cxx-build = { version = "=1.0.11", path = "gen/build" }
32+
cxx-build = { version = "=1.0.12", path = "gen/build" }
3333
cxx-gen = { version = "0.7", path = "gen/lib" }
3434
cxx-test-suite = { version = "0", path = "tests/ffi" }
3535
rustversion = "1.0"

flags/Cargo.toml

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

gen/build/Cargo.toml

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

gen/cmd/Cargo.toml

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

gen/lib/Cargo.toml

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

macro/Cargo.toml

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

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@
363363
//! </table>
364364
365365
#![no_std]
366-
#![doc(html_root_url = "https://docs.rs/cxx/1.0.11")]
366+
#![doc(html_root_url = "https://docs.rs/cxx/1.0.12")]
367367
#![deny(improper_ctypes)]
368368
#![allow(non_camel_case_types)]
369369
#![allow(

third-party/Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)