Skip to content

Commit

Permalink
Release 0.0.8
Browse files Browse the repository at this point in the history
Update version for cargo publish.
  • Loading branch information
etke committed Nov 24, 2020
1 parent 0b18918 commit ba3ade0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "checksec"
version = "0.0.7"
version = "0.0.8"
authors = ["etke"]
edition = "2018"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Add `checksec` crate dependency to your project `Cargo.toml`.

```toml
[dependencies]
checksec = { version = "0.0.7", features = ["elf", "macho", "pe", "color"] }
checksec = { version = "0.0.8", features = ["elf", "macho", "pe", "color"] }
```

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

0 comments on commit ba3ade0

Please sign in to comment.