Skip to content

Commit

Permalink
Release 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
djkoloski committed Sep 17, 2024
1 parent 654c3eb commit d498619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ default-members = [
resolver = "2"

[workspace.package]
version = "0.8.5"
version = "0.8.6"
authors = ["David Koloski <djkoloski@gmail.com>"]
edition = "2021"
rust-version = "1.81"
Expand All @@ -33,7 +33,7 @@ quote = { version = "1", default-features = false }
rend = { version = "0.5", default-features = false }
rancor = { version = "0.1", default-features = false }
rkyv = { version = "0.8", default-features = false, path = "rkyv" }
rkyv_derive = { version = "=0.8.5", default-features = false, path = "rkyv_derive" }
rkyv_derive = { version = "=0.8.6", default-features = false, path = "rkyv_derive" }
# rkyv_dyn = { version = "=0.8.0-rc.1", default-features = false, path = "rkyv_dyn" }
# rkyv_dyn_derive = { version = "=0.8.0-rc.1", default-features = false, path = "rkyv_dyn_derive" }
syn = { version = "2.0.73", default-features = false }
Expand Down

0 comments on commit d498619

Please sign in to comment.