Skip to content

Commit 3ef5573

Browse files
author
etke
committed
Release 0.0.7
Update version for cargo publish.
1 parent 6094107 commit 3ef5573

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "checksec"
3-
version = "0.0.6"
3+
version = "0.0.7"
44
authors = ["etke"]
55
edition = "2018"
66
license = "Apache-2.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Add `checksec` crate dependency to your project `Cargo.toml`.
111111

112112
```toml
113113
[dependencies]
114-
checksec = { version = "0.0.6", features = ["elf", "macho", "pe", "color"] }
114+
checksec = { version = "0.0.7", features = ["elf", "macho", "pe", "color"] }
115115
```
116116

117117
Now in your project source, specify dependency on the `checksec` crate and import the `*Properties` trait(s).

0 commit comments

Comments
 (0)