aboutsummaryrefslogtreecommitdiff
path: root/embassy-embedded-hal/Cargo.toml
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-07-16 14:52:21 +0200
committerUlf Lilleengen <[email protected]>2025-07-16 14:53:02 +0200
commit386c586afab378584a8622f32bdeb14a6ae60645 (patch)
treeabfff3d0fc02629aa289c2712e5abb8a3e0a2355 /embassy-embedded-hal/Cargo.toml
parent38807ff5fd508ce1a1400c1589e029c0361d0ef0 (diff)
chore: Release embassy-embedded-hal version 0.3.1
Diffstat (limited to 'embassy-embedded-hal/Cargo.toml')
-rw-r--r--embassy-embedded-hal/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-embedded-hal/Cargo.toml b/embassy-embedded-hal/Cargo.toml
index 2bc817758..aab6e0f1e 100644
--- a/embassy-embedded-hal/Cargo.toml
+++ b/embassy-embedded-hal/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "embassy-embedded-hal" 2name = "embassy-embedded-hal"
3version = "0.3.0" 3version = "0.3.1"
4edition = "2021" 4edition = "2021"
5license = "MIT OR Apache-2.0" 5license = "MIT OR Apache-2.0"
6description = "Collection of utilities to use `embedded-hal` and `embedded-storage` traits with Embassy." 6description = "Collection of utilities to use `embedded-hal` and `embedded-storage` traits with Embassy."