Skip to content

Commit

Permalink
DO NOT MERGE: Test with memoffset/unstable_offset_of feature
Browse files Browse the repository at this point in the history
Testing as part of rust-lang/rust#111839
  • Loading branch information
joshlf authored Oct 24, 2023
1 parent 95b242e commit ec59f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"
license = "MIT OR Apache-2.0"

[dependencies]
memoffset = "0.9"
memoffset = { version = "0.9", features = ["unstable_offset_of"] }

[build-dependencies]
rustc_version = "0.4.0"

0 comments on commit ec59f60

Please sign in to comment.