Skip to content

Commit 40b932f

Browse files
committed
Release 0.2.7
1 parent 59b7c12 commit 40b932f

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cxx"
3-
version = "0.2.6" # remember to update html_root_url
3+
version = "0.2.7" # remember to update html_root_url
44
authors = ["David Tolnay <[email protected]>"]
55
edition = "2018"
66
links = "cxxbridge02"
@@ -18,7 +18,7 @@ travis-ci = { repository = "dtolnay/cxx" }
1818
anyhow = "1.0"
1919
cc = "1.0.49"
2020
codespan-reporting = "0.9"
21-
cxxbridge-macro = { version = "=0.2.6", path = "macro" }
21+
cxxbridge-macro = { version = "=0.2.7", path = "macro" }
2222
link-cplusplus = "1.0"
2323
proc-macro2 = { version = "1.0", features = ["span-locations"] }
2424
quote = "1.0"

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.2.6"
3+
version = "0.2.7"
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.2.6"
3+
version = "0.2.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
@@ -337,7 +337,7 @@
337337
//!
338338
//! [https://github.com/dtolnay/cxx]: https://github.com/dtolnay/cxx
339339
340-
#![doc(html_root_url = "https://docs.rs/cxx/0.2.6")]
340+
#![doc(html_root_url = "https://docs.rs/cxx/0.2.7")]
341341
#![deny(improper_ctypes)]
342342
#![allow(
343343
clippy::cognitive_complexity,

third-party/Cargo.lock

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

0 commit comments

Comments
 (0)