From dadea139fc2fe0dc6d5abf0b00d691bc216a3f6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Wed, 17 Jul 2024 16:27:13 +0200 Subject: [PATCH] chore: release version 0.1.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Kröning --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5087e9f..b0eb7ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -27,7 +27,7 @@ dependencies = [ [[package]] name = "endian-num" -version = "0.1.1" +version = "0.1.2" dependencies = [ "bitflags", "bytemuck", diff --git a/Cargo.toml b/Cargo.toml index c617444..9963f8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "endian-num" -version = "0.1.1" +version = "0.1.2" authors = ["Martin Kröning "] edition = "2021" description = "Byte-order-aware numeric types."