Skip to content

Commit

Permalink
release: 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Euphrasiologist committed Nov 25, 2024
1 parent 50cb3d7 commit 4ddb26b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mmft"
version = "0.2.0"
version = "0.2.1"
authors = ["Max Brown <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -14,11 +14,11 @@ repository = "https://github.com/tolkit/mmft"
[dependencies]
bio = "2.0.3"
atty = "0.2.14"
thiserror = "1.0.64"
anyhow = "1.0.89"
regex = "1.11.0"
thiserror = "2.0.3"
anyhow = "1.0.93"
regex = "1.11.1"
rand = "0.9.0-alpha.2"
clap = { version = "4.5.19", features = ["cargo"] }
clap = { version = "4.5.21", features = ["cargo"] }
lexical-sort = "0.3.1"

# The profile that 'cargo dist' will build with
Expand Down

0 comments on commit 4ddb26b

Please sign in to comment.