summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Leckey <ryan@launchbadge.com>2017-06-16 11:50:21 -0700
committerRyan Leckey <ryan@launchbadge.com>2017-06-16 11:50:21 -0700
commitcf8547861ce16dcce9b281a7102eaa69a48fc319 (patch)
tree0794009bd6c65c6255ca60850efd1ea8e5d380da
parenta02114f9ea17e0161b2b334c1c57bac451a70266 (diff)
Pin float-cmp
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f35e15e..619ff38 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,4 +25,4 @@ yaml-rust = { version = "^0.3.5", optional = true }
[dev-dependencies]
serde_derive = "^1.0.8"
-float-cmp = "*"
+float-cmp = "0.2.3"