Skip to content

Commit b94d014

Browse files
committed
Updated version in README
1 parent f1ae392 commit b94d014

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add the following dependency to your `Cargo.toml`:
1616

1717
```toml
1818
[dependencies]
19-
memoffset = "0.6"
19+
memoffset = "0.7"
2020
```
2121

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

0 commit comments

Comments
 (0)