Skip to content

Commit

Permalink
Showing 7 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cxx"
version = "0.3.6" # remember to update html_root_url
version = "0.3.7" # remember to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
links = "cxxbridge03"
@@ -20,15 +20,15 @@ default = ["cxxbridge-flags/default"] # c++11
"c++20" = ["cxxbridge-flags/c++20"]

[dependencies]
cxxbridge-macro = { version = "=0.3.6", path = "macro" }
cxxbridge-macro = { version = "=0.3.7", path = "macro" }
link-cplusplus = "1.0"

[build-dependencies]
cc = "1.0.49"
cxxbridge-flags = { version = "=0.3.6", path = "flags", default-features = false }
cxxbridge-flags = { version = "=0.3.7", path = "flags", default-features = false }

[dev-dependencies]
cxx-build = { version = "=0.3.6", path = "gen/build" }
cxx-build = { version = "=0.3.7", path = "gen/build" }
cxx-test-suite = { version = "0", path = "tests/ffi" }
rustversion = "1.0"
trybuild = { version = "1.0.33", features = ["diff"] }
2 changes: 1 addition & 1 deletion flags/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cxxbridge-flags"
version = "0.3.6"
version = "0.3.7"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
2 changes: 1 addition & 1 deletion gen/build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cxx-build"
version = "0.3.6"
version = "0.3.7"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
2 changes: 1 addition & 1 deletion gen/cmd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cxxbridge-cmd"
version = "0.3.6"
version = "0.3.7"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
2 changes: 1 addition & 1 deletion macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cxxbridge-macro"
version = "0.3.6"
version = "0.3.7"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -349,7 +349,7 @@
//!
//! [https://github.com/dtolnay/cxx]: https://github.com/dtolnay/cxx
#![doc(html_root_url = "https://docs.rs/cxx/0.3.6")]
#![doc(html_root_url = "https://docs.rs/cxx/0.3.7")]
#![deny(improper_ctypes)]
#![allow(non_camel_case_types)]
#![allow(
10 changes: 5 additions & 5 deletions third-party/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9075cdc

Please sign in to comment.