Update nalgebra requirement from 0.24.1 to 0.31.2
Updates the requirements on [nalgebra](https://github.com/dimforge/nalgebra) to permit the latest version. - [Release notes](https://github.com/dimforge/nalgebra/releases) - [Changelog](https://github.com/dimforge/nalgebra/blob/dev/CHANGELOG.md) - [Commits](https://github.com/dimforge/nalgebra/compare/v0.24.1...v0.31.2) --- updated-dependencies: - dependency-name: nalgebra dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
22307711cc
commit
409fcf0cd1
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ libm = "0.2.1"
|
|||
|
||||
[dependencies.nalgebra]
|
||||
default-features = false
|
||||
version = "0.24.1"
|
||||
version = "0.31.2"
|
||||
|
||||
[dev-dependencies]
|
||||
i2cdev = "0.4.4"
|
||||
|
|
Loading…
Reference in a new issue