From a33811bffd3fa4bef4c48d71f956b7601fba8572 Mon Sep 17 00:00:00 2001 From: Hanabishi <13597663+HanabishiRecca@users.noreply.github.com> Date: Wed, 8 Nov 2023 11:12:15 +0000 Subject: [PATCH] Release `1.0.1` --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 79d75e0..cbe0fc3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "bin-cpuflags-x86" -version = "1.0.0" +version = "1.0.1" dependencies = [ "iced-x86", "object", diff --git a/Cargo.toml b/Cargo.toml index c974c36..8ae8a98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bin-cpuflags-x86" -version = "1.0.0" +version = "1.0.1" edition = "2021" description = "A small CLI tool to detect CPU flags (instruction sets) of X86 binaries" repository = "https://github.com/HanabishiRecca/bin-cpuflags-x86"