We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 258708f commit f6d2403Copy full SHA for f6d2403
lib/kpi/Cargo.toml
@@ -14,7 +14,7 @@ serde = { version = "1.0", default-features = false, features = ["derive", "allo
14
serde_cbor = { version = "0.11", default-features = false, features = ["alloc"] }
15
log = "0.4"
16
static_assertions = "1.1.0"
17
-memoffset = { version = "0.6", features = ["unstable_const"] }
+memoffset = { version = "0.9", features = ["unstable_const"] }
18
bit_field = "0.10.1"
19
20
[target.'cfg(target_family = "unix")'.dev-dependencies]
0 commit comments