Skip to content

Commit c992706

Browse files
authored
Update uom to 0.38.0 (#75)
1 parent 2dde207 commit c992706

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414

1515
### Changed
1616

17+
- Upgrade `uom` to 0.38.0
18+
([#75](https://github.com/helsing-ai/sguaba/pull/75))
19+
1720
### Deprecated
1821

1922
### Removed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ libm = { version = "0.2.8", optional = true }
2222
nalgebra = { version = "0.34.1", default-features = false }
2323
serde = { version = "1.0.215", default-features = false, features = ["derive"], optional = true }
2424
typenum = "1.18.0"
25-
uom = { version = "0.37.0", default-features = false, features = ["autoconvert", "si", "f64"] }
25+
uom = { version = "0.38.0", default-features = false, features = ["autoconvert", "si", "f64"] }
2626

2727
# to make -Zminimal-versions work
2828
[target.'cfg(any())'.dependencies]

0 commit comments

Comments
 (0)