Skip to content

Commit 907debe

Browse files
committed
Release 0.3.6
1 parent ee07f01 commit 907debe

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
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.5" # remember to update html_root_url
3+
version = "0.3.6" # remember to update html_root_url
44
authors = ["David Tolnay <dtolnay@gmail.com>"]
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.5", path = "macro" }
22+
cxxbridge-macro = { version = "=0.3.6", 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.5", path = "gen/build" }
29+
cxx-build = { version = "=0.3.6", path = "gen/build" }
3030
cxx-test-suite = { version = "0", path = "tests/ffi" }
3131
rustversion = "1.0"
3232
trybuild = { version = "1.0.33", 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.5"
3+
version = "0.3.6"
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 = "0.3.5"
3+
version = "0.3.6"
44
authors = ["David Tolnay <dtolnay@gmail.com>"]
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.5"
3+
version = "0.3.6"
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
@@ -349,7 +349,7 @@
349349
//!
350350
//! [https://github.com/dtolnay/cxx]: https://github.com/dtolnay/cxx
351351
352-
#![doc(html_root_url = "https://docs.rs/cxx/0.3.5")]
352+
#![doc(html_root_url = "https://docs.rs/cxx/0.3.6")]
353353
#![deny(improper_ctypes)]
354354
#![allow(non_camel_case_types)]
355355
#![allow(

third-party/Cargo.lock

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

0 commit comments

Comments
 (0)