We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df8e57a commit 865a9b5Copy full SHA for 865a9b5
Cargo.toml
@@ -49,6 +49,12 @@ default-features = false
49
optional = true
50
51
[dev-dependencies]
52
+# WARNING: Struct field byte offset is a problem which has a history of being
53
+# difficult to solve soundly in Rust. There's no reason to believe that
54
+# `memoffset` in particular has done anything wrong, but we should still
55
+# scrutinize it more closely if we ever intend to move this to a non-dev
56
+# dependency.
57
+memoffset = "0.6.5"
58
rand = "0.6"
59
rustversion = "1.0"
60
static_assertions = "1.1"
0 commit comments