Skip to content

Commit ec59f60

Browse files
authored
DO NOT MERGE: Test with memoffset/unstable_offset_of feature
Testing as part of rust-lang/rust#111839
1 parent 95b242e commit ec59f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "README.md"
88
license = "MIT OR Apache-2.0"
99

1010
[dependencies]
11-
memoffset = "0.9"
11+
memoffset = { version = "0.9", features = ["unstable_offset_of"] }
1212

1313
[build-dependencies]
1414
rustc_version = "0.4.0"

0 commit comments

Comments
 (0)