From 3581355bb28def20a642b04bc0aacb27dd10b88a Mon Sep 17 00:00:00 2001 From: Hanabishi <13597663+HanabishiRecca@users.noreply.github.com> Date: Sat, 16 Mar 2024 15:47:52 +0000 Subject: [PATCH] Release `1.0.2` --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2549183..81634f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "bin-cpuflags-x86" -version = "1.0.1" +version = "1.0.2" dependencies = [ "iced-x86", "object", diff --git a/Cargo.toml b/Cargo.toml index 583fbb8..16f4263 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bin-cpuflags-x86" -version = "1.0.1" +version = "1.0.2" edition = "2021" description = "A small CLI tool to detect CPU flags (instruction sets) of X86 binaries" repository = "https://github.com/HanabishiRecca/bin-cpuflags-x86"