We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95b242e commit ec59f60Copy full SHA for ec59f60
Cargo.toml
@@ -8,7 +8,7 @@ readme = "README.md"
8
license = "MIT OR Apache-2.0"
9
10
[dependencies]
11
-memoffset = "0.9"
+memoffset = { version = "0.9", features = ["unstable_offset_of"] }
12
13
[build-dependencies]
14
rustc_version = "0.4.0"
0 commit comments