From e73f1c282b3e16a0b0bf57038f76c90249fc412a Mon Sep 17 00:00:00 2001 From: Kurtsley Date: Sun, 22 Jan 2023 15:11:32 -0600 Subject: [PATCH] chore: add minimum rust version to the ink crate, refs #1606 --- crates/ink/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/ink/Cargo.toml b/crates/ink/Cargo.toml index 11f6db3d82..d48ae0dc43 100644 --- a/crates/ink/Cargo.toml +++ b/crates/ink/Cargo.toml @@ -3,6 +3,7 @@ name = "ink" version = "4.0.0-beta" authors = ["Parity Technologies ", "Robin Freyler "] edition = "2021" +rust-version = "1.63" license = "Apache-2.0" readme = "README.md"