diff --git a/CHANGELOG.md b/CHANGELOG.md index c4215c938cd10ec676c167cf68fa8ae25346fd90..b42d94d94fe36ad9f4107a656f0478fc091e6333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/templates/new/_Cargo.toml b/templates/new/_Cargo.toml index 9ac4826bf8eadf2b44a6215cd145ab50a36086e4..fab1c15d95df0f29b4cd4479e6e86e8e9e2db4ee 100644 --- a/templates/new/_Cargo.toml +++ b/templates/new/_Cargo.toml @@ -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 }