Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sergej Kostjucenko
cargo-contract
Commits
264cda55
Unverified
Commit
264cda55
authored
Oct 22, 2021
by
Michael Müller
Browse files
Update template to edition 2021
parent
067b6569
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/new/_Cargo.toml
View file @
264cda55
...
...
@@ -2,8 +2,7 @@
name
=
"{{name}}"
version
=
"0.1.0"
authors
=
["[your_name]
<
[your_email]>"]
edition
=
"2018"
resolver
=
"2"
edition
=
"2021"
[dependencies]
ink_primitives
=
{
version
=
"3.0.0-rc6"
,
default-features
=
false
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment