1
1
[package ]
2
2
name = " cxx"
3
- version = " 1.0.178 "
3
+ version = " 1.0.179 "
4
4
authors = [
" David Tolnay <[email protected] >" ]
5
5
categories = [" development-tools::ffi" , " api-bindings" , " no-std" ]
6
6
description = " Safe interop between Rust and C++"
@@ -23,17 +23,17 @@ alloc = []
23
23
std = [" alloc" , " foldhash/std" ]
24
24
25
25
[dependencies ]
26
- cxxbridge-macro = { version = " =1.0.178 " , path = " macro" }
26
+ cxxbridge-macro = { version = " =1.0.179 " , path = " macro" }
27
27
foldhash = { version = " 0.2" , default-features = false }
28
28
link-cplusplus = " 1.0.11"
29
29
30
30
[build-dependencies ]
31
31
cc = " 1.0.101"
32
- cxxbridge-flags = { version = " =1.0.178 " , path = " flags" , default-features = false }
32
+ cxxbridge-flags = { version = " =1.0.179 " , path = " flags" , default-features = false }
33
33
34
34
[dev-dependencies ]
35
35
cc = " 1.0.101"
36
- cxx-build = { version = " =1.0.178 " , path = " gen/build" }
36
+ cxx-build = { version = " =1.0.179 " , path = " gen/build" }
37
37
cxx-gen = { version = " 0.7" , path = " gen/lib" }
38
38
cxx-test-suite = { version = " 0" , path = " tests/ffi" }
39
39
indoc = " 2"
@@ -47,7 +47,7 @@ trybuild = { version = "1.0.81", features = ["diff"] }
47
47
48
48
# Disallow incompatible cxxbridge-cmd version appearing in the same lockfile.
49
49
[target .'cfg(any())' .build-dependencies ]
50
- cxxbridge-cmd = { version = " =1.0.178 " , path = " gen/cmd" }
50
+ cxxbridge-cmd = { version = " =1.0.179 " , path = " gen/cmd" }
51
51
52
52
[workspace ]
53
53
members = [" demo" , " flags" , " gen/build" , " gen/cmd" , " gen/lib" , " macro" , " tests/ffi" ]
0 commit comments