Skip to content

Commit

Permalink
windows-ctl: 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw committed Aug 7, 2023
1 parent 0a8bce9 commit 1ee3b56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ctltool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}
2 changes: 1 addition & 1 deletion windows-ctl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 1ee3b56

Please sign in to comment.