refactor: use memoffset crate instead of unstable offset_of feature

This commit is contained in:
Aaron Kaiser
2024-02-08 16:18:10 +01:00
committed by Karolin Varner
parent fd8f2e4424
commit 8ea253f86b
3 changed files with 7 additions and 8 deletions

View File

@@ -112,9 +112,9 @@
# suitable Rust toolchain
toolchain = with inputs.fenix.packages.${system}; combine [
latest.cargo
latest.rustc
targets.${target}.latest.rust-std
stable.cargo
stable.rustc
targets.${target}.stable.rust-std
];
# naersk with a custom toolchain