commit | 20e2ceb8233217a61a77e37cccaf2cc119fb0c48 | [log] [tgz] |
---|---|---|
author | Mike Cronce <mike@quadra-tec.net> | Wed Mar 09 12:41:49 2022 -0500 |
committer | Jens Geyer <Jens-G@users.noreply.github.com> | Thu Mar 10 23:14:22 2022 +0100 |
tree | 870174cd0b0e51fbd45de5166f64fa4f4a3a3017 | |
parent | aa27cdadd00481d1c08dc4fb73e3aaf14d95c07b [diff] |
lib/rs/Cargo.toml: Update ordered-float
diff --git a/lib/rs/Cargo.toml b/lib/rs/Cargo.toml index 4aedaec..0b19740 100644 --- a/lib/rs/Cargo.toml +++ b/lib/rs/Cargo.toml
@@ -16,7 +16,7 @@ byteorder = "1.3" integer-encoding = "3.0" log = {version = "0.4", optional = true} -ordered-float = "1.0" +ordered-float = "2.0" threadpool = {version = "1.7", optional = true} [features]