Skip to content

Commit

Permalink
Use new dependency resolver for template contract (#325)
Browse files Browse the repository at this point in the history
* Use new dependency resolver

* Make note about PR in CHANGELOG

* Update CHANGELOG.md

Co-authored-by: Michael Müller <michi@parity.io>

Co-authored-by: Michael Müller <michi@parity.io>
  • Loading branch information
HCastano and cmichi authored Aug 11, 2021
1 parent 4992cd0 commit 5af44eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed
- Use new dependency resolver for template contract - [#325](https://github.com/paritytech/cargo-contract/pull/325)

## [0.13.1] - 2021-08-03

### Fixed
Expand Down
1 change: 1 addition & 0 deletions templates/new/_Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "{{name}}"
version = "0.1.0"
authors = ["[your_name] <[your_email]>"]
edition = "2018"
resolver = "2"

[dependencies]
ink_primitives = { version = "3.0.0-rc3", default-features = false }
Expand Down

0 comments on commit 5af44eb

Please sign in to comment.