Skip to content

Commit

Permalink
Update dependencies, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
djkoloski committed Aug 11, 2024
1 parent bbeb255 commit 93fb713
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rend"
description = "Cross-platform, endian-aware primitives for Rust"
version = "0.5.0-alpha.7"
version = "0.5.0-alpha.8"
authors = ["David Koloski <djkoloski@gmail.com>"]
edition = "2021"
license = "MIT"
Expand All @@ -14,7 +14,10 @@ documentation = "https://docs.rs/rend"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bytecheck = { version = "0.8.0-alpha.9", optional = true, default-features = false }
bytecheck = { version = "0.8.0-alpha.10", optional = true, default-features = false }

[features]
default = []

[patch.crates-io]
bytecheck = { git = "https://github.com/rkyv/bytecheck" }

0 comments on commit 93fb713

Please sign in to comment.