Skip to content

Commit ed6334b

Browse files
committed
chore(deps): upgrade memoffset to 0.6.5
`memoffset` with `unstable_const` feature depends on nightly compiler features and thus is fragile against compiler upgrades, just like this project. `memoffset 0.6.5` includes the changes from [Gilnaa/memoffset#63], which updates it to support the latest nightly compiler. [Gilnaa/memoffset#63]: Gilnaa/memoffset#63
1 parent 577db5e commit ed6334b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/r3_port_arm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ r3_kernel = { version = "0.0.0", path = "../r3_kernel" }
1818
r3 = { version = "0.1.0", path = "../r3" }
1919

2020
tock-registers = { version = "0.7.0" }
21-
memoffset = { version = "0.6.1", features = ["unstable_const"] }
21+
memoffset = { version = "0.6.5", features = ["unstable_const"] }
2222
r0 = { version = "1.0.0" }
2323

2424
[package.metadata.docs.rs]

src/r3_port_arm_m/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ r3_portkit = { version = "0.1.1", path = "../r3_portkit" }
1717
r3_kernel = { version = "0.0.0", path = "../r3_kernel" }
1818
r3 = { version = "0.1.1", path = "../r3" }
1919

20-
memoffset = { version = "0.6.1", features = ["unstable_const"] }
20+
memoffset = { version = "0.6.5", features = ["unstable_const"] }
2121

2222
# `cortex-m-rt` doesn't build on a hosted target. We don't want
2323
# `cargo test --all` to fail because of this, so we put these in the

0 commit comments

Comments
 (0)