Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: add minimum rust version to the ink crate, refs #1606
  • Loading branch information
Kurtsley committed Jan 22, 2023
commit e73f1c282b3e16a0b0bf57038f76c90249fc412a
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 <[email protected]>", "Robin Freyler <[email protected]>"]
edition = "2021"
rust-version = "1.63"

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