From 98c9fd7c82f57a7a968f6ed6d9e76f10f2d87468 Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Sun, 9 Apr 2023 18:19:49 +0900 Subject: [PATCH] Set `rust-version` --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 4602b94..129a1a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "ac-library-rs" version = "0.1.0" authors = ["rust-lang-ja Developers"] edition = "2018" +rust-version = "1.42" description = "A Rust port of AtCoder Library (ACL)." license = "CC0-1.0" repository = "https://github.com/rust-lang-ja/ac-library-rs"