Skip to content

Commit

Permalink
chore: update version 6.0 → 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darfink committed Jun 10, 2019
1 parent 03b8db9 commit 7ff857d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "BSD-2-Clause"
name = "detour"
readme = "README.md"
repository = "https://github.com/darfink/detour-rs"
version = "0.6.0"
version = "0.7.0"
edition = "2018"

[badges]
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ maintain this feature, not all desired functionality can be supported due to
lack of cross-platform APIs. Therefore [EIP relocation](#appendix) is not
supported.

**NOTE**: Nightly is currently required for `static_detour!`.
**NOTE**: Nightly is currently required for `static_detour!` and is enabled by
default.

## Platforms

Expand All @@ -29,7 +30,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
detour = "0.6.0"
detour = "0.7.0"
```

## Example
Expand Down

0 comments on commit 7ff857d

Please sign in to comment.