From 6399c47b975bd5fdb6c2415050e751637f918df8 Mon Sep 17 00:00:00 2001 From: Gerd Zellweger Date: Mon, 17 Apr 2023 11:37:54 -0700 Subject: [PATCH] Fix version field. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0606f28..2c87218 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Gerd Zellweger "] edition = "2018" name = "raw-cpuid" -version = "11.0" +version = "11.0.0" description = "A library to parse the x86 CPUID instruction, written in rust with no external dependencies. The implementation closely resembles the Intel CPUID manual description. The library does only depend on libcore." documentation = "https://docs.rs/raw-cpuid/"