Skip to content

Commit

Permalink
Update strum crates
Browse files Browse the repository at this point in the history
Figure we'll need to change eventually.
  • Loading branch information
evolvedmicrobe committed May 4, 2022
1 parent 5fdb236 commit 3081213
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).


## [0.42.0](https://www.github.com/rust-bio/rust-bio/compare/v0.40.0...v0.41.0) (2022-05-03)

* Upgrade `strum` to version `0.24`

## [0.41.0](https://www.github.com/rust-bio/rust-bio/compare/v0.40.0...v0.41.0) (2022-03-30)


Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bio"
version = "0.41.0"
version = "0.42.0"
authors = ["Johannes Köster <johannes.koester@tu-dortmund.de>"]
description = "A bioinformatics library for Rust. This library provides implementations of many algorithms and data structures that are useful for bioinformatics, but also in other fields."
homepage = "https://rust-bio.github.io"
Expand Down Expand Up @@ -45,8 +45,8 @@ statrs = ">= 0.11, < 0.16"
bio-types = ">=0.11.0"
pest = { version = "2", optional = true }
pest_derive = { version = "2", optional = true }
strum = ">= 0.16, < 0.24"
strum_macros = ">= 0.16, < 0.24"
strum = "0.24"
strum_macros = "0.24"
getset = ">=0.0.9, <0.2"
enum-map = ">=0.6.4, <2"
triple_accel = ">=0.3, <0.5"
Expand Down

0 comments on commit 3081213

Please sign in to comment.