Skip to content

Commit

Permalink
build: consolidate uom versions (flybywiresim#7380)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwalschots authored Jul 31, 2022
1 parent a921855 commit 2363107
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 22 deletions.
24 changes: 7 additions & 17 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion src/systems/a320_hydraulic_simulation_graphs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ doc = false
[dependencies]
systems = { path = "../systems" }
a320_systems = { path = "../a320_systems" }
uom = "0.32.0"
uom = "0.33.0"
rand = "0.8.0"
ntest = "0.7.2"
num-derive = "0.3.3"
Expand Down
2 changes: 1 addition & 1 deletion src/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 = "2018"

[dependencies]
uom = "0.32.0"
uom = "0.33.0"
rand = "0.8.0"
nalgebra = "0.25.0"
ntest = "0.7.2"
Expand Down
2 changes: 1 addition & 1 deletion src/systems/a320_systems_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ crate-type = ["cdylib"]
test = false

[dependencies]
uom = "0.32.0"
uom = "0.33.0"
a320_systems = { path = "../a320_systems" }
systems = { path = "../systems" }
systems_wasm = { path = "../systems_wasm" }
Expand Down
2 changes: 1 addition & 1 deletion src/systems/systems/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["FlyByWire Simulations"]
edition = "2018"

[dependencies]
uom = "0.32.0"
uom = "0.33.0"
rand = { version = "0.8.0", features = ["small_rng"] }
rand_distr = "0.4.3"
ntest = "0.7.2"
Expand Down
2 changes: 1 addition & 1 deletion src/systems/systems_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
test = false

[dependencies]
uom = "0.30.0"
uom = "0.33.0"
systems = { path = "../systems" }
msfs = { git = "https://github.com/flybywiresim/msfs-rs", branch = "main" }
fxhash = "0.2.1"
Expand Down

0 comments on commit 2363107

Please sign in to comment.