Skip to content

Commit b6930bd

Browse files
committed
Updated rustyms dependency for more support of Pro Forma
1 parent f3b6f34 commit b6930bd

4 files changed

Lines changed: 25 additions & 256 deletions

File tree

Cargo.lock

Lines changed: 9 additions & 236 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "align-cli"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
authors = ["Douwe Schulte <d.schulte@uu.nl>"]
66
description = "A command line interface for easily aligning two sequences."
@@ -17,4 +17,4 @@ path = "src/main.rs"
1717
bio = "1.2"
1818
clap ={version="4", features=["derive"]}
1919
colored = "2"
20-
rustyms = "0.1.1"
20+
rustyms = "0.2.0"

0 commit comments

Comments
 (0)