Skip to content

Commit

Permalink
Fix version field.
Browse files Browse the repository at this point in the history
  • Loading branch information
gz committed Apr 17, 2023
1 parent a7b6f47 commit 6399c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Gerd Zellweger <[email protected]>"]
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/"
Expand Down

0 comments on commit 6399c47

Please sign in to comment.