diff --git a/Cargo.toml b/Cargo.toml index fd44e50..329d0a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rend" -version = "0.2.3" +version = "0.3.0" authors = ["David Koloski "] edition = "2018" description = "Endian-aware primitives for Rust" @@ -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"]