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