Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
printfn committed Jul 19, 2024
1 parent 0165f3b commit 7d1918f
Show file tree
Hide file tree
Showing 7 changed files with 181 additions and 88 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ home = "0.5.9"
rand = { version = "0.8.5", default-features = false, features = ["std", "std_rng"] }
rustyline = { version = "14.0.0", default-features = false, features = ["with-file-history", "custom-bindings"] }
serde = { version = "1.0.204", default-features = false }
toml = { version = "0.8.14", default-features = false, features = ["parse"] }
minreq = { version = "2.11.2", default-features = false, optional = true }
toml = { version = "0.8.15", default-features = false, features = ["parse"] }
minreq = { version = "2.12.0", default-features = false, optional = true }

[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.52.0", features = ["Win32_Foundation", "Win32_Storage_FileSystem"] }
Expand Down
7 changes: 6 additions & 1 deletion core/src/units/builtin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,12 @@ const COMMON_PHYSICAL_UNITS: &[UnitTuple] = &[
("sqm", "", "=m^2", ""),
("sqmm", "", "=mm^2", ""),
("gongjin", "", "l@1 kilogram", ""),
("toe", "toe", "[email protected] gigajoules", "tonne of oil equivalent"),
(
"toe",
"toe",
"[email protected] gigajoules",
"tonne of oil equivalent",
),
("kgoe", "kgoe", "1/1000 toe", "kilogram of oil equivalent"),
// TODO remove these compatibility units
("lightyear", "lightyears", "light_year", ""),
Expand Down
Loading

0 comments on commit 7d1918f

Please sign in to comment.