From 8e834cbdfc81a96cbb8420e8173c37608c78cdcd Mon Sep 17 00:00:00 2001 From: Jeong YunWon Date: Thu, 9 Mar 2023 19:42:08 +0900 Subject: [PATCH] Rust version 1.67.1 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index bc026e034f..57adb7053c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ name = "rustpython" version = "0.2.0" authors = ["RustPython Team"] edition = "2021" +rust-version = "1.67.1" description = "A python interpreter written in rust." repository = "https://github.com/RustPython/RustPython" license = "MIT"