Skip to content

Commit

Permalink
chore: add minimum rust version to the ink crate, refs #1606 (#1609)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurtsley authored Jan 23, 2023
1 parent 78f70db commit ed468b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/ink/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "ink"
version = "4.0.0-beta"
authors = ["Parity Technologies <admin@parity.io>", "Robin Freyler <robin@parity.io>"]
edition = "2021"
rust-version = "1.63"

license = "Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit ed468b2

Please sign in to comment.