Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djkoloski committed Jun 21, 2021
1 parent 6817ecc commit 7fc358f
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
@@ -1,6 +1,6 @@
[package]
name = "rend"
version = "0.2.3"
version = "0.3.0"
authors = ["David Koloski <djkoloski@gmail.com>"]
edition = "2018"
description = "Endian-aware primitives for Rust"
Expand All @@ -14,7 +14,7 @@ readme = "crates-io.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bytecheck = { git = "https://github.com/djkoloski/bytecheck.git", optional = true }
bytecheck = { version = "0.6.0", optional = true }

[features]
default = ["std"]
Expand Down

0 comments on commit 7fc358f

Please sign in to comment.