Skip to content

Commit

Permalink
change: update links in readme and package version
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbuitrago committed Apr 1, 2024
1 parent 1b584bd commit b08a624
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parasail-rs"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
authors = ["Nicolas S. Buitrago <nsb5@rice.edu>"]
description = "Rust bindings and wrapper for parasail, a SIMD C library for pairwise sequence alignment."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# parasail-rs

![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/nsbuitrago/parasail-rs/test.yml) ![Crates.io Version](https://img.shields.io/crates/v/parasail-rs)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/nsbuitrago/parasail-rs/test.yml) [![docs.rs](https://img.shields.io/docsrs/parasail-rs)](https://docs.rs/parasail-rs/latest/parasail-rs/index.html) ![Crates.io Version](https://img.shields.io/crates/v/parasail-rs)

This crate provides safe Rust bindings and a wrapper to [parasail](https://github.com/jeffdaily/parasail/tree/master), a SIMD pairwise sequence alignment C library. Note that this crate is still under development and is unstable.

Expand Down

0 comments on commit b08a624

Please sign in to comment.