chore: use workspace inheritance for package info (#832)

* chore: use workspace inheritance for package info

* add rust-version field into workspace package

* .workspace = true

---------

Co-authored-by: James Wilson <james@jsdw.me>
This commit is contained in:
Qinxuan Chen
2023-02-21 19:53:32 +08:00
committed by GitHub
parent 7a2df22312
commit af00f68962
8 changed files with 56 additions and 43 deletions
+7 -7
View File
@@ -1,15 +1,15 @@
[package]
name = "integration-tests"
version = "0.27.1"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
publish = false
license = "Apache-2.0 OR GPL-3.0"
readme = "../README.md"
repository = "https://github.com/paritytech/subxt"
documentation = "https://docs.rs/subxt"
homepage = "https://www.parity.io/"
license.workspace = true
repository.workspace = true
documentation.workspace = true
homepage.workspace = true
description = "Subxt integration tests that rely on the Substrate binary"
[features]