1
Fork 0

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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-02-11 14:24:53 +00:00 committed by GitHub
parent 39f441d4de
commit 6e46ec1301
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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