Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Douwe Schulte <d.schulte@uu.nl>
  • Loading branch information
douweschulte committed Mar 18, 2024
1 parent 24a72c8 commit 70f5c64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rustyms/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <d.schulte@uu.nl>"]
Expand All @@ -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"
Expand Down

0 comments on commit 70f5c64

Please sign in to comment.