mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 15:47:58 +00:00
305aefc43d
This PR updates the version of `serde_json` to `1.0.108` throughout the codebase.
22 lines
489 B
TOML
22 lines
489 B
TOML
[package]
|
|
name = "sp-rpc"
|
|
version = "6.0.0"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license = "Apache-2.0"
|
|
homepage = "https://substrate.io"
|
|
repository.workspace = true
|
|
description = "Substrate RPC primitives and utilities."
|
|
readme = "README.md"
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
|
|
|
[dependencies]
|
|
rustc-hash = "1.1.0"
|
|
serde = { version = "1.0.188", features = ["derive"] }
|
|
sp-core = { path = "../core" }
|
|
|
|
[dev-dependencies]
|
|
serde_json = "1.0.108"
|