Skip to content

Commit 51020cd

Browse files
authored
Merge pull request RustPython#4673 from youknowone/pin-rust-version
Pin our toolchain to Rust version 1.67.1
2 parents 2723336 + 8e834cb commit 51020cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ name = "rustpython"
66
version = "0.2.0"
77
authors = ["RustPython Team"]
88
edition = "2021"
9+
rust-version = "1.67.1"
910
description = "A python interpreter written in rust."
1011
repository = "https://github.com/RustPython/RustPython"
1112
license = "MIT"

0 commit comments

Comments
 (0)