Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djkoloski committed Sep 11, 2024
1 parent 4eec0f6 commit 1fb8574
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.8.0-rc.2"
version = "0.8.0"
authors = ["David Koloski <djkoloski@gmail.com>"]
edition = "2021"
rust-version = "1.81"
Expand All @@ -17,11 +17,11 @@ keywords = ["no_std", "validation", "serialization"]
categories = ["encoding", "no-std", "no-std::no-alloc"]

[workspace.dependencies]
bytecheck = { version = "=0.8.0-rc.2", path = "bytecheck", default-features = false }
bytecheck_derive = { version = "=0.8.0-rc.2", path = "bytecheck_derive", default-features = false }
bytecheck = { version = "0.8", path = "bytecheck", default-features = false }
bytecheck_derive = { version = "=0.8.0", path = "bytecheck_derive", default-features = false }
proc-macro2 = { version = "1", default-features = false }
ptr_meta = { version = "=0.3.0-rc.2", default-features = false }
rancor = { version = "=0.1.0-rc.2", default-features = false }
ptr_meta = { version = "0.3", default-features = false }
rancor = { version = "0.1", default-features = false }
simdutf8 = { version = "0.1", default-features = false }
syn = { version = "2", default-features = false }
quote = { version = "1", default-features = false }
Expand Down

0 comments on commit 1fb8574

Please sign in to comment.