Skip to content

Commit

Permalink
Release 0.8.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
djkoloski committed Sep 2, 2024
1 parent 441ebcf commit e7693bd
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-alpha.10"
version = "0.8.0-rc.1"
authors = ["David Koloski <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -16,11 +16,11 @@ keywords = ["no_std", "validation", "serialization"]
categories = ["encoding", "no-std", "no-std::no-alloc"]

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

0 comments on commit e7693bd

Please sign in to comment.