mirror of
https://github.com/topjohnwu/cxx.git
synced 2025-02-23 17:40:53 +00:00
Release 0.2.12
This commit is contained in:
parent
4f3b6fd2e9
commit
4fc533190a
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "cxx"
|
name = "cxx"
|
||||||
version = "0.2.11" # remember to update html_root_url
|
version = "0.2.12" # remember to update html_root_url
|
||||||
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
links = "cxxbridge02"
|
links = "cxxbridge02"
|
||||||
@ -18,7 +18,7 @@ travis-ci = { repository = "dtolnay/cxx" }
|
|||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
cc = "1.0.49"
|
cc = "1.0.49"
|
||||||
codespan-reporting = "0.9"
|
codespan-reporting = "0.9"
|
||||||
cxxbridge-macro = { version = "=0.2.11", path = "macro" }
|
cxxbridge-macro = { version = "=0.2.12", path = "macro" }
|
||||||
link-cplusplus = "1.0"
|
link-cplusplus = "1.0"
|
||||||
proc-macro2 = { version = "1.0", features = ["span-locations"] }
|
proc-macro2 = { version = "1.0", features = ["span-locations"] }
|
||||||
quote = "1.0"
|
quote = "1.0"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "cxxbridge-cmd"
|
name = "cxxbridge-cmd"
|
||||||
version = "0.2.11"
|
version = "0.2.12"
|
||||||
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "cxxbridge-macro"
|
name = "cxxbridge-macro"
|
||||||
version = "0.2.11"
|
version = "0.2.12"
|
||||||
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
@ -337,7 +337,7 @@
|
|||||||
//!
|
//!
|
||||||
//! [https://github.com/dtolnay/cxx]: https://github.com/dtolnay/cxx
|
//! [https://github.com/dtolnay/cxx]: https://github.com/dtolnay/cxx
|
||||||
|
|
||||||
#![doc(html_root_url = "https://docs.rs/cxx/0.2.11")]
|
#![doc(html_root_url = "https://docs.rs/cxx/0.2.12")]
|
||||||
#![deny(improper_ctypes)]
|
#![deny(improper_ctypes)]
|
||||||
#![allow(
|
#![allow(
|
||||||
clippy::cognitive_complexity,
|
clippy::cognitive_complexity,
|
||||||
|
6
third-party/Cargo.lock
generated
vendored
6
third-party/Cargo.lock
generated
vendored
@ -65,7 +65,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cxx"
|
name = "cxx"
|
||||||
version = "0.2.11"
|
version = "0.2.12"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"cc",
|
"cc",
|
||||||
@ -89,7 +89,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cxxbridge-cmd"
|
name = "cxxbridge-cmd"
|
||||||
version = "0.2.11"
|
version = "0.2.12"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"codespan-reporting",
|
"codespan-reporting",
|
||||||
@ -108,7 +108,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cxxbridge-macro"
|
name = "cxxbridge-macro"
|
||||||
version = "0.2.11"
|
version = "0.2.12"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cxx",
|
"cxx",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user