-
Notifications
You must be signed in to change notification settings - Fork 336
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cxx" | ||
version = "1.0.87" # remember to update html_root_url | ||
version = "1.0.88" # remember to update html_root_url | ||
authors = ["David Tolnay <[email protected]>"] | ||
categories = ["development-tools::ffi", "api-bindings", "no-std"] | ||
description = "Safe interop between Rust and C++" | ||
|
@@ -23,15 +23,15 @@ alloc = [] | |
std = ["alloc"] | ||
|
||
[dependencies] | ||
cxxbridge-macro = { version = "=1.0.87", path = "macro" } | ||
cxxbridge-macro = { version = "=1.0.88", path = "macro" } | ||
link-cplusplus = "1.0" | ||
|
||
[build-dependencies] | ||
cc = "1.0.49" | ||
cxxbridge-flags = { version = "=1.0.87", path = "flags", default-features = false } | ||
cxxbridge-flags = { version = "=1.0.88", path = "flags", default-features = false } | ||
|
||
[dev-dependencies] | ||
cxx-build = { version = "=1.0.87", path = "gen/build" } | ||
cxx-build = { version = "=1.0.88", path = "gen/build" } | ||
cxx-gen = { version = "0.7", path = "gen/lib" } | ||
cxx-test-suite = { version = "0", path = "tests/ffi" } | ||
rustversion = "1.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cxxbridge-flags" | ||
version = "1.0.87" | ||
version = "1.0.88" | ||
authors = ["David Tolnay <[email protected]>"] | ||
categories = ["development-tools::ffi", "compilers"] | ||
description = "Compiler configuration of the `cxx` crate (implementation detail)" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cxx-build" | ||
version = "1.0.87" | ||
version = "1.0.88" | ||
authors = ["David Tolnay <[email protected]>"] | ||
categories = ["development-tools::build-utils", "development-tools::ffi"] | ||
description = "C++ code generator for integrating `cxx` crate into a Cargo build." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cxxbridge-cmd" | ||
version = "1.0.87" | ||
version = "1.0.88" | ||
authors = ["David Tolnay <[email protected]>"] | ||
categories = ["development-tools::build-utils", "development-tools::ffi"] | ||
description = "C++ code generator for integrating `cxx` crate into a non-Cargo build." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cxx-gen" | ||
version = "0.7.87" | ||
version = "0.7.88" | ||
authors = ["Adrian Taylor <[email protected]>"] | ||
categories = ["development-tools::ffi"] | ||
description = "C++ code generator for integrating `cxx` crate into higher level tools." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cxxbridge-macro" | ||
version = "1.0.87" | ||
version = "1.0.88" | ||
authors = ["David Tolnay <[email protected]>"] | ||
categories = ["development-tools::ffi"] | ||
description = "Implementation detail of the `cxx` crate." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters