Skip to content

Commit 8a4ebd9

Browse files
authored
Merge pull request #45 from ruma/max/fix-readme-msrv
Update MSRV in README
2 parents 3946064 + 41f21f0 commit 8a4ebd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ lots of code that operates on JS `Number`s or puts the same bounds on integers
2323
as the types from this crate do.
2424
</small>
2525

26-
This crate requires rustc >= 1.46.
26+
This crate requires rustc >= 1.60.
2727

2828
This crate is `no_std`-compatible with `default-features = false`. This will
2929
disable the `std` feature, which at the time of writing will only omit the

0 commit comments

Comments
 (0)