Skip to content

Commit

Permalink
chore: bump uom to 0.36 ⬆️ (#9018)
Browse files Browse the repository at this point in the history
  • Loading branch information
tracernz authored Oct 14, 2024
1 parent b682551 commit c49c60d
Show file tree
Hide file tree
Showing 8 changed files with 70 additions and 60 deletions.
116 changes: 63 additions & 53 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ doc = false
[dependencies]
systems = { path = "../../../../../fbw-common/src/wasm/systems/systems" }
a320_systems = { path = "../a320_systems" }
uom = "0.33.0"
uom = "0.36.0"
rand = "0.8.0"
ntest = "0.7.2"
num-derive = "0.3.3"
Expand Down
2 changes: 1 addition & 1 deletion fbw-a32nx/src/wasm/systems/a320_systems/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["FlyByWire Simulations"]
edition = "2021"

[dependencies]
uom = "0.33.0"
uom = "0.36.0"
nalgebra = "0.25.0"
ntest = "0.7.2"
systems = { path = "../../../../../fbw-common/src/wasm/systems/systems" }
Expand Down
Loading

0 comments on commit c49c60d

Please sign in to comment.