diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2024-12-08 19:11:48 +0000 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2024-12-08 19:12:59 +0000 |
commit | 9bf7e6fc3b5f75575955791be1025b09b2150c35 (patch) | |
tree | e19624cc5fcb1fd5aad3c805a04947b17687312c /Cargo.toml | |
parent | 1e5f4caa9ef8e7823adf492211888a267e00040a (diff) | |
download | max31855-async-9bf7e6fc3b5f75575955791be1025b09b2150c35.tar.gz max31855-async-9bf7e6fc3b5f75575955791be1025b09b2150c35.tar.xz max31855-async-9bf7e6fc3b5f75575955791be1025b09b2150c35.zip |
formatting
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,5 +13,5 @@ documentation = "https://docs.rs/max31855" homepage = "https://github.com/cs2dsb/max31855.rs" [dependencies] -embedded-hal = { version = "0.2.3" } -bit_field = "0.10.0"
\ No newline at end of file +embedded-hal = version = "0.2.3" +bit_field = "0.10.0" |