diff --git a/Cargo.toml b/Cargo.toml index 11c907a..85e4956 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } diff --git a/README.md b/README.md index 3f05e86..7d0e67f 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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.