Skip to content

Commit 6aa34e4

Browse files
committed
Release 0.3.3
1 parent cf22385 commit 6aa34e4

File tree

8 files changed

+21
-21
lines changed

8 files changed

+21
-21
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cxx"
3-
version = "0.3.2" # remember to update html_root_url
3+
version = "0.3.3" # remember to update html_root_url
44
authors = ["David Tolnay <[email protected]>"]
55
edition = "2018"
66
links = "cxxbridge03"
@@ -19,14 +19,14 @@ default = [] # c++11
1919
"c++17" = []
2020

2121
[dependencies]
22-
cxxbridge-macro = { version = "=0.3.2", path = "macro" }
22+
cxxbridge-macro = { version = "=0.3.3", path = "macro" }
2323
link-cplusplus = "1.0"
2424

2525
[build-dependencies]
2626
cc = "1.0.49"
2727

2828
[dev-dependencies]
29-
cxx-build = { version = "=0.3.2", path = "gen/build" }
29+
cxx-build = { version = "=0.3.3", path = "gen/build" }
3030
cxx-test-suite = { version = "0", path = "tests/ffi" }
3131
rustversion = "1.0"
3232
trybuild = { version = "1.0.27", features = ["diff"] }

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.3.2"
3+
version = "0.3.3"
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.3.2"
3+
version = "0.3.3"
44
authors = ["David Tolnay <[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.3.2"
3+
version = "0.3.3"
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
@@ -348,7 +348,7 @@
348348
//!
349349
//! [https://github.com/dtolnay/cxx]: https://github.com/dtolnay/cxx
350350
351-
#![doc(html_root_url = "https://docs.rs/cxx/0.3.2")]
351+
#![doc(html_root_url = "https://docs.rs/cxx/0.3.3")]
352352
#![deny(improper_ctypes)]
353353
#![allow(non_camel_case_types)]
354354
#![allow(

third-party/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ rust_library(
2020

2121
rust_library(
2222
name = "clap",
23-
srcs = glob(["vendor/clap-2.33.0/src/**"]),
23+
srcs = glob(["vendor/clap-2.33.1/src/**"]),
2424
edition = "2015",
2525
deps = [
2626
":bitflags",

third-party/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ rust_library(
2525

2626
rust_library(
2727
name = "clap",
28-
srcs = glob(["vendor/clap-2.33.0/src/**"]),
28+
srcs = glob(["vendor/clap-2.33.1/src/**"]),
2929
edition = "2015",
3030
deps = [
3131
":bitflags",

third-party/Cargo.lock

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

0 commit comments

Comments
 (0)