aboutsummaryrefslogtreecommitdiff
path: root/embassy-embedded-hal/Cargo.toml
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-27 08:44:05 +0200
committerUlf Lilleengen <[email protected]>2025-08-27 08:44:05 +0200
commit3e8d8fec15286eb25b8bba7d103c8fc279544551 (patch)
treef0cf1063d75510d6eb4b53b24f61c22828ac629c /embassy-embedded-hal/Cargo.toml
parent2454b3cc7e450e28a3d354a1940c4913828a27e9 (diff)
fix: update more minor versions
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 aa7b53dff..a66e01717 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.4.1" 3version = "0.5.0"
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."