Skip to content

Commit

Permalink
Release 0.7.34
Browse files Browse the repository at this point in the history
  • Loading branch information
djkoloski committed Mar 3, 2022
1 parent a941719 commit 444a5ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rkyv/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rkyv"
version = "0.7.33"
version = "0.7.34"
authors = ["David Koloski <djkoloski@gmail.com>"]
edition = "2018"
description = "Zero-copy deserialization framework for Rust"
Expand All @@ -18,7 +18,7 @@ bytecheck = { version = "~0.6.7", optional = true, default-features = false }
hashbrown = { version = "0.12", optional = true }
ptr_meta = { version = "~0.1.3", default-features = false }
rend = { version = "~0.3.6", optional = true, default-features = false }
rkyv_derive = { version = "=0.7.33", path = "../rkyv_derive" }
rkyv_derive = { version = "=0.7.34", path = "../rkyv_derive" }
seahash = "4.0"

# Support for various common crates. These are primarily to get users off the ground and build some
Expand Down
2 changes: 1 addition & 1 deletion rkyv_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rkyv_derive"
version = "0.7.33"
version = "0.7.34"
authors = ["David Koloski <djkoloski@gmail.com>"]
edition = "2018"
description = "Derive macro for rkyv"
Expand Down

0 comments on commit 444a5ca

Please sign in to comment.