Skip to content

Commit

Permalink
Document MSRV as 1.76 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
goffrie authored Jan 25, 2025
1 parent 083dcaa commit 23522c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "4.0.1"
authors = ["Bodil Stokke <[email protected]>", "Joe Neeman <[email protected]>"]
edition = "2018"
license = "MPL-2.0+"
rust-version = "1.76"
description = "Immutable collection datatypes"
repository = "https://github.com/jneem/imbl"
documentation = "https://docs.rs/imbl"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ appears to be unmaintained. The `1.0` release of `imbl` is compatible with the

## Minimum supported rust version

This crate supports rust 1.51 and later. As const generics become more useful,
This crate supports rust 1.76 and later. As const generics become more useful,
the minimum supported rust version will increase.

## Licence
Expand Down

0 comments on commit 23522c7

Please sign in to comment.