File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
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.7 "
9+ version = " 0.6.8 "
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.7 " , path = " ./bitcode_derive" , optional = true }
19+ bitcode_derive = { version = " =0.6.8 " , 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.7 "
4+ version = " 0.6.8 "
55edition = " 2021"
66license = " MIT OR Apache-2.0"
77repository = " https://github.com/SoftbearStudios/bitcode/"
You can’t perform that action at this time.
0 commit comments