Skip to content

Commit

Permalink
chore: Set MSRV to 1.60
Browse files Browse the repository at this point in the history
2-years old Rust version seems to be a good compromise as MSRV
  • Loading branch information
KokaKiwi committed Nov 19, 2024
1 parent bd83751 commit 5a4594d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ edition = "2018"
readme = "README.md"
keywords = ["no_std", "hex"]
categories = ["encoding", "no-std"]
rust-version = "1.60"

[badges]
maintenance = { status = "actively-developed" }
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[![docs-svg]][docs-url]
[![codecov-svg]][codecov-url]
[![deps-svg]][deps-url]
![msrv-svg]

[ga-svg]: https://github.com/KokaKiwi/rust-hex/workflows/build/badge.svg
[ga-url]: https://github.com/KokaKiwi/rust-hex/actions
Expand All @@ -16,6 +17,7 @@
[codecov-url]: https://codecov.io/gh/KokaKiwi/rust-hex
[deps-svg]: https://deps.rs/repo/github/KokaKiwi/rust-hex/status.svg
[deps-url]: https://deps.rs/repo/github/KokaKiwi/rust-hex
[msrv-svg]: https://img.shields.io/badge/MSRV-1.60-blue

Encoding and decoding data into/from hexadecimal representation.

Expand Down

0 comments on commit 5a4594d

Please sign in to comment.