1
1
[package ]
2
2
name = " cxx"
3
- version = " 1.0.184 "
3
+ version = " 1.0.185 "
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,13 +23,13 @@ alloc = []
23
23
std = [" alloc" , " foldhash/std" ]
24
24
25
25
[dependencies ]
26
- cxxbridge-macro = { version = " =1.0.184 " , path = " macro" }
26
+ cxxbridge-macro = { version = " =1.0.185 " , 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.184 " , path = " flags" , default-features = false }
32
+ cxxbridge-flags = { version = " =1.0.185 " , path = " flags" , default-features = false }
33
33
34
34
[dev-dependencies ]
35
35
cc = " 1.0.101"
@@ -47,8 +47,8 @@ trybuild = { version = "1.0.108", features = ["diff"] }
47
47
48
48
# Disallow incompatible version appearing in the same lockfile.
49
49
[target .'cfg(any())' .build-dependencies ]
50
- cxx-build = { version = " =1.0.184 " , path = " gen/build" }
51
- cxxbridge-cmd = { version = " =1.0.184 " , path = " gen/cmd" }
50
+ cxx-build = { version = " =1.0.185 " , path = " gen/build" }
51
+ cxxbridge-cmd = { version = " =1.0.185 " , path = " gen/cmd" }
52
52
53
53
[workspace ]
54
54
members = [" demo" , " flags" , " gen/build" , " gen/cmd" , " gen/lib" , " macro" , " tests/ffi" ]
0 commit comments