From 0109b1538abf9a4efd1d351dcaee7eb217890366 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Tue, 27 Dec 2022 12:20:07 -0800 Subject: [PATCH] Specify `rust-version` in Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 3dbe40e..ecf6bf7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ repository = "https://github.com/rust-windowing/softbuffer" keywords = ["framebuffer", "windowing"] categories = ["game-development", "graphics", "gui", "multimedia", "rendering"] exclude = ["examples"] +rust-version = "1.60.0" [features] default = ["x11", "wayland", "wayland-dlopen"]