Skip to content

Commit 02d8428

Browse files
committed
Update the minimum Rust versino to 1.48.
1 parent 4785a40 commit 02d8428

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if let Some((Width(w), Height(h))) = size {
2222

2323
## Minimum Rust Version
2424

25-
This crate requires a minimum rust version of 1.31.0 (2018-12-06)
25+
This crate requires a minimum rust version of 1.48.0 (2020-11-19)
2626

2727
## License
2828

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//!
33
//! Supports both Linux, MacOS, and Windows.
44
//!
5-
//! This crate requires a minimum rust version of 1.31.0 (2018-12-06)
5+
//! This crate requires a minimum rust version of 1.48.0 (2020-11-19)
66
//!
77
//! # Example
88
//!

0 commit comments

Comments
 (0)