diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2024-12-08 19:19:44 +0000 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2024-12-08 19:19:44 +0000 |
commit | deaf0dc5ed4643f228265d197cd72f7d3a7b0e4a (patch) | |
tree | 3d8cbc87442227958c6c2e72e043ea2b0b342ef4 /Cargo.toml | |
parent | 9bf7e6fc3b5f75575955791be1025b09b2150c35 (diff) | |
download | max31855-async-deaf0dc5ed4643f228265d197cd72f7d3a7b0e4a.tar.gz max31855-async-deaf0dc5ed4643f228265d197cd72f7d3a7b0e4a.tar.xz max31855-async-deaf0dc5ed4643f228265d197cd72f7d3a7b0e4a.zip |
Update embedded-hal to 1.0.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,5 +13,5 @@ documentation = "https://docs.rs/max31855" homepage = "https://github.com/cs2dsb/max31855.rs" [dependencies] -embedded-hal = version = "0.2.3" +embedded-hal = "1.0.0" bit_field = "0.10.0" |