mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-18 04:51:01 +00:00
Move all deps to workspace toml (#932)
* Move all deps to workspace toml * cargo fmt and codec 3.4, removing now unneeded 'full' feature * add wasm-tests to workspace and fix subxt inheritng * cargo fmt * wasm-test thing can't be in workspace so revert that * remove unwanted target dir from wasm-tests
This commit is contained in:
+5
-6
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "subxt-macro"
|
||||
version = "0.28.0"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
@@ -17,8 +17,7 @@ description = "Generate types and helpers for interacting with Substrate runtime
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
darling = "0.14.4"
|
||||
proc-macro-error = "1.0.4"
|
||||
syn = "1.0.109"
|
||||
|
||||
subxt-codegen = { path = "../codegen", version = "0.28.0" }
|
||||
darling = { workspace = true }
|
||||
proc-macro-error = { workspace = true }
|
||||
syn = { workspace = true }
|
||||
subxt-codegen = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user