summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7871ca3..ed1847b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"