Commit 8b7eeba
committed
rust: update toolchain to 1.69.0
Our own `str_from_null_terminated` could also be replaced with
`core::ffi::CStr::from_bytes_until_nul` which was stabilized in this
Rust release. See
https://github.com/rust-lang/rust/blob/b92a41c6760801a7128ca0ec69ba4ba9c9194054/RELEASES.md#stabilized-apis.
Unfortunately with this release the firmware.bin comes out 1928 bytes larger.1 parent f4cf087 commit 8b7eeba
File tree
4 files changed
+7
-5
lines changed- .ci
- src/rust
- bitbox02/src
4 files changed
+7
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments