From 70f5c644d4557ef25e63c9083f86d02362b85975 Mon Sep 17 00:00:00 2001 From: Douwe Schulte Date: Mon, 18 Mar 2024 16:05:34 +0100 Subject: [PATCH] Version bump Signed-off-by: Douwe Schulte --- rustyms/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rustyms/Cargo.toml b/rustyms/Cargo.toml index dd63f15..a2d80ba 100644 --- a/rustyms/Cargo.toml +++ b/rustyms/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustyms" -version = "0.8.2" +version = "0.8.3" edition = "2021" license = "MIT OR Apache-2.0" authors = ["Douwe Schulte "] @@ -24,7 +24,7 @@ flate2 = "1.0" itertools = "0.12" ordered-float = { version = "4.2", features = ["serde"] } probability = "0.20" -rayon = { version = "1", optional = true } +rayon = { version = "1.9", optional = true } regex = "1.8" serde = { version = "1.0", features = ["derive", "rc"] } similar = "2.4"