Skip to content

Commit

Permalink
Remove MSRV from README
Browse files Browse the repository at this point in the history
  • Loading branch information
krtab committed Oct 29, 2024
1 parent d01ef6c commit 84f892b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ If you have packaged agnos for another system, feel free to open a PR to add it

## Building

Agnos is written in Rust. To build it you will need to have the rust toolchain installed, in a version greater or equal to 1.65.0. On most distributions, this should be done using [rustup](https://rustup.rs).
Agnos is written in Rust. To build it you will need to have the rust toolchain installed. On most distributions, this should be done using [rustup](https://rustup.rs).

Once you have obtained the source, the following command will build the binaries and put them in the root directory of the repo.

Expand Down

0 comments on commit 84f892b

Please sign in to comment.