-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I yanked all versions on crates.io that had the calendar versioning system. I don't like that this didn't work well with tools like `cargo-bump`. I also dislike that it goes against the semver conventions for Rust crates. Switching back to semver will make this process easier now and in the future.
- Loading branch information
Showing
3 changed files
with
2 additions
and
22 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "bio-jtools" | ||
version = "2022.10.16" | ||
version = "0.2.0" | ||
authors = ["James Hawley <[email protected]>"] | ||
edition = "2021" | ||
description = "A suite of bioinformatics tools for interacting with high throughput sequencing (HTS) data" | ||
|
@@ -41,4 +41,3 @@ cargo-make = "0.36" | |
|
||
[dev-dependencies] | ||
cargo-nextest = "0.9" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters