1
1
[package ]
2
2
name = " cxx"
3
- version = " 1.0.148 "
3
+ version = " 1.0.149 "
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,24 +23,24 @@ alloc = []
23
23
std = [" alloc" , " foldhash/std" ]
24
24
25
25
[dependencies ]
26
- cxxbridge-macro = { version = " =1.0.148 " , path = " macro" }
26
+ cxxbridge-macro = { version = " =1.0.149 " , path = " macro" }
27
27
foldhash = { version = " 0.1" , default-features = false }
28
28
link-cplusplus = " 1.0.9"
29
29
30
30
[build-dependencies ]
31
31
cc = " 1.0.83"
32
- cxxbridge-flags = { version = " =1.0.148 " , path = " flags" , default-features = false }
32
+ cxxbridge-flags = { version = " =1.0.149 " , path = " flags" , default-features = false }
33
33
34
34
[dev-dependencies ]
35
- cxx-build = { version = " =1.0.148 " , path = " gen/build" }
35
+ cxx-build = { version = " =1.0.149 " , path = " gen/build" }
36
36
cxx-gen = { version = " 0.7" , path = " gen/lib" }
37
37
cxx-test-suite = { version = " 0" , path = " tests/ffi" }
38
38
rustversion = " 1.0.13"
39
39
trybuild = { version = " 1.0.81" , features = [" diff" ] }
40
40
41
41
# Disallow incompatible cxxbridge-cmd version appearing in the same lockfile.
42
42
[target .'cfg(any())' .build-dependencies ]
43
- cxxbridge-cmd = { version = " =1.0.148 " , path = " gen/cmd" }
43
+ cxxbridge-cmd = { version = " =1.0.149 " , path = " gen/cmd" }
44
44
45
45
[workspace ]
46
46
members = [" demo" , " flags" , " gen/build" , " gen/cmd" , " gen/lib" , " macro" , " tests/ffi" ]
0 commit comments