Skip to content

Commit 9111400

Browse files
committed
v0.6.1 (doc fixes)
1 parent e592834 commit 9111400

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "memoffset"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = ["Gilad Naaman <[email protected]>"]
55
description = "offset_of functionality for Rust structs."
66
license = "MIT"

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.5"
19+
memoffset = "0.6"
2020
```
2121

2222
These versions will compile fine with rustc versions greater or equal to 1.19.
@@ -63,7 +63,7 @@ In order to use it, you must enable the `unstable_const` crate feature and sever
6363
Cargo.toml:
6464
```toml
6565
[dependencies.memoffset]
66-
version = "0.5"
66+
version = "0.6"
6767
features = ["unstable_const"]
6868
```
6969

0 commit comments

Comments
 (0)