Skip to content

Commit 0c6417f

Browse files
committed
Release 1.0.3
1 parent 702434c commit 0c6417f

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 = "1.0.2" # remember to update html_root_url
3+
version = "1.0.3" # remember to update html_root_url
44
authors = ["David Tolnay <dtolnay@gmail.com>"]
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.2", path = "macro" }
24+
cxxbridge-macro = { version = "=1.0.3", path = "macro" }
2525
link-cplusplus = "1.0"
2626

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

3131
[dev-dependencies]
32-
cxx-build = { version = "=1.0.2", path = "gen/build" }
32+
cxx-build = { version = "=1.0.3", 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

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 = "1.0.2"
3+
version = "1.0.3"
44
authors = ["David Tolnay <dtolnay@gmail.com>"]
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 = "1.0.2"
3+
version = "1.0.3"
44
authors = ["David Tolnay <dtolnay@gmail.com>"]
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 = "1.0.2"
3+
version = "1.0.3"
44
authors = ["David Tolnay <dtolnay@gmail.com>"]
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.7.2"
3+
version = "0.7.3"
44
authors = ["Adrian Taylor <adetaylor@chromium.org>"]
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 = "1.0.2"
3+
version = "1.0.3"
44
authors = ["David Tolnay <dtolnay@gmail.com>"]
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
@@ -362,7 +362,7 @@
362362
//! </table>
363363
364364
#![no_std]
365-
#![doc(html_root_url = "https://docs.rs/cxx/1.0.2")]
365+
#![doc(html_root_url = "https://docs.rs/cxx/1.0.3")]
366366
#![deny(improper_ctypes)]
367367
#![allow(non_camel_case_types)]
368368
#![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)