diff --git a/ctltool/Cargo.toml b/ctltool/Cargo.toml index 0c8e8ed..c04db64 100644 --- a/ctltool/Cargo.toml +++ b/ctltool/Cargo.toml @@ -14,7 +14,7 @@ clap = { version = "4.0", features = ["derive"] } hex = "0.4" reqwest = { version = "0.11", features = ["blocking"] } serde_json = "1.0" -windows-ctl = { path = "../windows-ctl", version = "0.1.2-rc.4", features = ["serde"]} +windows-ctl = { path = "../windows-ctl", version = "0.1.2", features = ["serde"]} indicatif = "0.17" x509-cert = { version = "0.2.0-pre.0", features = ["pem", "std"]} pem-rfc7468 = { version = "0.7.0", features = ["std"]} diff --git a/windows-ctl/Cargo.toml b/windows-ctl/Cargo.toml index c0cc811..2eb0af5 100644 --- a/windows-ctl/Cargo.toml +++ b/windows-ctl/Cargo.toml @@ -4,7 +4,7 @@ description = "A crate for parsing Windows Certificate Trust Lists" repository = "https://github.com/trailofbits/windows-ctl" readme = "../README.md" license = "Apache-2.0" -version = "0.1.2-rc.4" +version = "0.1.2" edition = "2021" [dependencies]