Skip to content

Commit ada3fd1

Browse files
committed
chore: 1. Bump crate version from 0.6.9 to 0.7.0 2. change jiff dependency to >=0.2.0
1 parent a0d7e2c commit ada3fd1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.9"
9+
version = "0.7.0"
1010
edition = "2021"
1111
rust-version = "1.70"
1212
license = "MIT OR Apache-2.0"
@@ -20,7 +20,7 @@ bitcode_derive = { version = "=0.6.9", path = "./bitcode_derive", optional = tru
2020
bytemuck = { version = "1.14", features = [ "min_const_generics", "must_cast" ] }
2121
chrono = { version = ">=0.4", default-features = false, optional = true }
2222
glam = { version = ">=0.21", default-features = false, optional = true }
23-
jiff = { version = "0.2.23", optional = true }
23+
jiff = { version = ">=0.2.0", optional = true }
2424
rust_decimal = { version = "1.36", default-features = false, optional = true }
2525
serde = { version = "1.0", default-features = false, features = [ "alloc" ], optional = true }
2626
time = { version = "0.3", default-features = false, optional = true }

0 commit comments

Comments
 (0)