Skip to content

Commit

Permalink
Updated version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilnaa committed Oct 17, 2022
1 parent f1ae392 commit b94d014
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add the following dependency to your `Cargo.toml`:

```toml
[dependencies]
memoffset = "0.6"
memoffset = "0.7"
```

These versions will compile fine with rustc versions greater or equal to 1.19.
Expand Down Expand Up @@ -55,7 +55,7 @@ In order to use it, you must enable the `unstable_const` crate feature and sever
Cargo.toml:
```toml
[dependencies.memoffset]
version = "0.6"
version = "0.7"
features = ["unstable_const"]
```

Expand Down

0 comments on commit b94d014

Please sign in to comment.