Skip to content

Commit 878ab12

Browse files
committed
Release 0.3.1
1 parent 2429c6b commit 878ab12

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
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.0" # remember to update html_root_url
3+
version = "0.3.1" # remember to update html_root_url
44
authors = ["David Tolnay <[email protected]>"]
55
edition = "2018"
66
links = "cxxbridge03"
@@ -12,14 +12,14 @@ readme = "README.md"
1212
exclude = ["/demo-cxx", "/gen", "/syntax", "/third-party"]
1313

1414
[dependencies]
15-
cxxbridge-macro = { version = "=0.3.0", path = "macro" }
15+
cxxbridge-macro = { version = "=0.3.1", path = "macro" }
1616
link-cplusplus = "1.0"
1717

1818
[build-dependencies]
1919
cc = "1.0.49"
2020

2121
[dev-dependencies]
22-
cxx-build = { version = "=0.3.0", path = "gen/build" }
22+
cxx-build = { version = "=0.3.1", path = "gen/build" }
2323
cxx-test-suite = { version = "0", path = "tests/ffi" }
2424
rustversion = "1.0"
2525
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.0"
3+
version = "0.3.1"
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.0"
3+
version = "0.3.1"
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.0"
3+
version = "0.3.1"
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
@@ -343,7 +343,7 @@
343343
//!
344344
//! [https://github.com/dtolnay/cxx]: https://github.com/dtolnay/cxx
345345
346-
#![doc(html_root_url = "https://docs.rs/cxx/0.3.0")]
346+
#![doc(html_root_url = "https://docs.rs/cxx/0.3.1")]
347347
#![deny(improper_ctypes)]
348348
#![allow(non_camel_case_types)]
349349
#![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)