diff --git a/Cargo.lock b/Cargo.lock index c176a75..f9b7092 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -215,7 +215,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "intel_fw" -version = "0.1.1" +version = "0.1.2" dependencies = [ "bitfield-struct", "clap", diff --git a/Cargo.toml b/Cargo.toml index 50cfd4a..1a1af1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "intel_fw" -version = "0.1.1" +version = "0.1.2" edition = "2024" description = "Parsing and editing library for Intel firmware images" repository = "https://github.com/platform-system-interface/intel_fw"