Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ban-m committed Jul 3, 2023
1 parent dd67576 commit 75c1dcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ JTK is a targeted diploid genome assembler.
## Requirements

- [minimap2](https://github.com/lh3/minimap2) with version >= 2.23.
- [Rust](https://www.rust-lang.org/) with version >= 1.66.0 **nightly**.
- [Rust](https://www.rust-lang.org/) with version >= 1.72.0 **nightly**.

## Installation

Expand All @@ -15,7 +15,7 @@ First, check the version of the Rust language.
cargo --version
```

The minimum required version is 1.66.0-nightly (otherwise, `rustup update` so that the version is greater than or equal to 1.66.0-nightly). Then,
The minimum required version is 1.72.0-nightly (otherwise, `rustup update` so that the version is greater than or equal to 1.72.0-nightly). Then,


```
Expand Down

0 comments on commit 75c1dcb

Please sign in to comment.