Skip to content

Commit a76974e

Browse files
committed
rust 1.75 was not released today anymore.
1 parent 02524b3 commit a76974e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/2023-12-28-embedded-hal-v1.md renamed to content/2024-01-09-embedded-hal-v1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+++
22
title = "embedded-hal v1.0 now released!"
3-
date = 2023-12-28
3+
date = 2024-01-09
44
draft = false
55
in_search_index = true
66
template = "page.html"
@@ -37,7 +37,7 @@ them back in the future, with a better design. See the [migration guide](https:/
3737

3838
## Async
3939

40-
A new addition is the `embedded-hal-async` crate, containing async versions of the traits. With today's Rust 1.75 release,
40+
A new addition is the `embedded-hal-async` crate, containing async versions of the traits. With the Rust 1.75 release,
4141
async traits are available on Rust stable. They can be used without heap allocations or dynamic
4242
dispatch (unlike previous macro-based polyfills like the `async-trait` crate), so they are a great fit for bare-metal embedded usage.
4343

0 commit comments

Comments
 (0)