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 967e74a commit b8f94ee
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 @@ -51,7 +51,7 @@ gilrs = { version = "0.10", optional = true }
approx = "0.5"
bytemuck = { version = "1.12", features = ["derive"] }
pollster = "0.3"
memoffset = "0.9"
memoffset = { version = "0.9", features = ["unstable_offset_of"] }
crevice = "0.13"
typed-arena = "2.0"
ordered-float = "3.3"
Expand Down

0 comments on commit b8f94ee

Please sign in to comment.