From 0ff1e70cf5fee09f227c89316d62653c2414a8a0 Mon Sep 17 00:00:00 2001 From: Adam Azarchs Date: Tue, 30 Aug 2022 11:45:09 -0700 Subject: [PATCH] chore: widen range on statrs (#499) They didn't actually make breaking changes. Also, due to a disagreement between the common meaning of semver for pre-1.0 releases and how the release-please bot works, someone needs to merge a commit with this line in it, so it might as well be this one: Release-As: 0.42.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0c062b622..6d633fc03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ ordered-float = "2.0" regex = { version = "1.3", default-features = false, features = ["std", "perf"] } multimap = ">=0.6, <0.9" fxhash = "0.2" -statrs = ">= 0.11, < 0.16" +statrs = ">= 0.11, < 0.17" bio-types = ">=0.11.0" pest = { version = "2", optional = true } pest_derive = { version = "2", optional = true }