From e1af02f77a9bc46cc48443f537492dd3f0eade94 Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 2 Oct 2019 21:28:37 +0200 Subject: [PATCH] Cargo.toml: bump libm dependency --- firmware/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/Cargo.toml b/firmware/Cargo.toml index 5131a70..6c85449 100644 --- a/firmware/Cargo.toml +++ b/firmware/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" walkdir = "1.0" [dependencies] -libm = "0.1.2" +libm = "0.1.4" cortex-m = { version = "0.5", features = ["const-fn"] } cortex-m-rt = "0.6" crc = { version = "1.7", default-features = false }