Skip to content

Commit 2cd8eac

Browse files
committed
Drop MSRV to 1.65.0
Signed-off-by: John Nunley <[email protected]>
1 parent d805462 commit 2cd8eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "Use winit like an async runtime"
77
repository = "https://src.notgull.net/notgull/async-winit"
88
homepage = "https://src.notgull.net/notgull/async-winit"
99
license = "LGPL-3.0-or-later OR MPL-2.0"
10-
rust-version = "1.67.1"
10+
rust-version = "1.65.0"
1111

1212
[dependencies]
1313
async-channel = { version = "1.8.0", optional = true }

0 commit comments

Comments
 (0)