forked from paritytech/substrate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v0.7.0 release extras (paritytech#110)
* Explicit proc-macro version for crates.io release * Upgrade partity-scale-codec * Add proc-macro crate metadata
- Loading branch information
Showing
2 changed files
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,16 @@ | ||
[package] | ||
name = "substrate-subxt-proc-macro" | ||
version = "0.1.0" | ||
authors = ["David Craven <[email protected]>"] | ||
version = "0.7.0" | ||
authors = ["David Craven <[email protected]>", "Parity Technologies <[email protected]>"] | ||
edition = "2018" | ||
autotests = false | ||
|
||
license = "GPL-3.0" | ||
repository = "https://github.com/paritytech/substrate-subxt" | ||
documentation = "https://docs.rs/substrate-subxt" | ||
homepage = "https://www.parity.io/" | ||
description = "Derive calls, events, storage and tests for interacting Substrate modules with substrate-subxt" | ||
|
||
[lib] | ||
proc-macro = true | ||
|
||
|
@@ -18,7 +24,7 @@ synstructure = "0.12.3" | |
|
||
[dev-dependencies] | ||
async-std = { version = "1.5.0", features = ["attributes"] } | ||
codec = { package = "parity-scale-codec", version = "1.2.0", features = ["derive"] } | ||
codec = { package = "parity-scale-codec", version = "1.3.0", features = ["derive"] } | ||
env_logger = "0.7.1" | ||
pretty_assertions = "0.6.1" | ||
sp-keyring = "2.0.0-alpha.7" | ||
|