File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ members = [
66[package ]
77name = " bitcode"
88authors = [ " Cai Bear" , " Finn Bear" ]
9- version = " 0.6.8 "
9+ version = " 0.6.9 "
1010edition = " 2021"
1111rust-version = " 1.70"
1212license = " MIT OR Apache-2.0"
@@ -16,7 +16,7 @@ exclude = ["fuzz/"]
1616
1717[dependencies ]
1818arrayvec = { version = " 0.7" , default-features = false , optional = true }
19- bitcode_derive = { version = " =0.6.8 " , path = " ./bitcode_derive" , optional = true }
19+ bitcode_derive = { version = " =0.6.9 " , path = " ./bitcode_derive" , optional = true }
2020bytemuck = { version = " 1.14" , features = [ " min_const_generics" , " must_cast" ] }
2121glam = { version = " >=0.21" , default-features = false , optional = true }
2222rust_decimal = { version = " 1.36" , default-features = false , optional = true }
Original file line number Diff line number Diff line change 11[package ]
22name = " bitcode_derive"
33authors = [ " Cai Bear" , " Finn Bear" ]
4- version = " 0.6.8 "
4+ version = " 0.6.9 "
55edition = " 2021"
66license = " MIT OR Apache-2.0"
77repository = " https://github.com/SoftbearStudios/bitcode/"
Original file line number Diff line number Diff line change 11#![ allow( clippy:: items_after_test_module, clippy:: blocks_in_if_conditions) ]
22#![ warn( clippy:: semicolon_if_nothing_returned) ]
3- #![ cfg_attr( docsrs, feature( doc_cfg, doc_auto_cfg ) ) ]
3+ #![ cfg_attr( docsrs, feature( doc_cfg) ) ]
44#![ cfg_attr( test, feature( test) ) ]
55#![ cfg_attr( not( feature = "std" ) , no_std) ]
66#![ doc = include_str ! ( "../README.md" ) ]
You can’t perform that action at this time.
0 commit comments