Prepping release of alpha.6 (#5629)

* bumping version

* cargo update

* adding changelog
This commit is contained in:
Benjamin Kampmann
2020-04-14 21:41:49 +02:00
committed by GitHub
parent 889a9763dd
commit 51f9bb3c0e
177 changed files with 2307 additions and 2271 deletions
@@ -2,37 +2,40 @@
authors = ['Anonymous']
edition = '2018'
name = 'pallet-template'
version = "2.0.0-alpha.5"
version = "2.0.0-alpha.6"
license = "Unlicense"
homepage = "https://substrate.dev"
repository = "https://github.com/paritytech/substrate/"
description = "FRAME pallet template"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false, features = ["derive"] }
[dependencies.frame-support]
default-features = false
version = "2.0.0-alpha.5"
version = "2.0.0-alpha.6"
path = "../../../../frame/support"
[dependencies.frame-system]
default-features = false
version = "2.0.0-alpha.5"
version = "2.0.0-alpha.6"
path = "../../../../frame/system"
[dev-dependencies.sp-core]
default-features = false
version = "2.0.0-alpha.5"
version = "2.0.0-alpha.6"
path = "../../../../primitives/core"
[dev-dependencies.sp-io]
default-features = false
version = "2.0.0-alpha.5"
version = "2.0.0-alpha.6"
path = "../../../../primitives/io"
[dev-dependencies.sp-runtime]
default-features = false
version = "2.0.0-alpha.5"
version = "2.0.0-alpha.6"
path = "../../../../primitives/runtime"
@@ -43,6 +46,3 @@ std = [
'frame-support/std',
'frame-system/std'
]
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]