From 6e46ec130148db22767684975b38a9ae06209143 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 14:24:53 +0000 Subject: [PATCH] Update libm requirement from 0.1.3 to 0.2.1 Updates the requirements on [libm](https://github.com/rust-lang/libm) to permit the latest version. - [Release notes](https://github.com/rust-lang/libm/releases) - [Changelog](https://github.com/rust-lang/libm/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libm/compare/0.1.3...0.2.1) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8302425..ed68e90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT" [dependencies] embedded-hal = "0.2.2" -libm = "0.1.3" +libm = "0.2.1" [dependencies.nalgebra] default-features = false