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:
parent
39f441d4de
commit
6e46ec1301
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue