Skip to content

Commit ddb0944

Browse files
committed
v0.5.1 Add Miri Code Tests and Upgrade to Rust 2024
- Doc tests are disabled for now because the examples contain known unsafe code as an example of unsafe behaviour
1 parent 50a8d9e commit ddb0944

File tree

4 files changed

+216
-29
lines changed

4 files changed

+216
-29
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "hyper_byte"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
license = "MIT"
55
authors = ["EasternGamer"]
6-
edition = "2021"
6+
edition = "2024"
77
description = "An unsafe, near-zero cost (1-2 instructions) byte transmuter to numeric types with fast byte reader"
88
keywords = ["unsafe", "byte", "convert", "numeric"]
99
repository = "https://github.com/EasternGamer/hyper_byte"

0 commit comments

Comments
 (0)