Skip to content

Commit 3fd5e74

Browse files
authored
Version 0.6.8 (#96)
1 parent f476420 commit 3fd5e74

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ members = [
66
[package]
77
name = "bitcode"
88
authors = [ "Cai Bear", "Finn Bear" ]
9-
version = "0.6.7"
9+
version = "0.6.8"
1010
edition = "2021"
1111
rust-version = "1.70"
1212
license = "MIT OR Apache-2.0"
@@ -16,7 +16,7 @@ exclude = ["fuzz/"]
1616

1717
[dependencies]
1818
arrayvec = { 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 }
2020
bytemuck = { version = "1.14", features = [ "min_const_generics", "must_cast" ] }
2121
glam = { version = ">=0.21", default-features = false, optional = true }
2222
rust_decimal = { version = "1.36", default-features = false, optional = true }

bitcode_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "bitcode_derive"
33
authors = [ "Cai Bear", "Finn Bear" ]
4-
version = "0.6.7"
4+
version = "0.6.8"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/SoftbearStudios/bitcode/"

0 commit comments

Comments
 (0)