Skip to content

Commit

Permalink
Update to 1.12.0 triggered by workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent f766543 commit 96db5e8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ members = [
"runtime",
]
resolver = "2"
[workspace.dependencies]
serde_json = { version = "1.0.114", default-features = false }
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
clap = { version = "4.5.3", features = ["derive"] }
futures = { version = "0.3.30", features = ["thread-pool"] }
serde_json = { version = "1.0.114", default-features = true }
serde_json = { workspace = true, default-features = true }
jsonrpsee = { version = "0.22", features = ["server"] }
sc-cli = { version = "0.42.0" }
sp-core = { version = "33.0.1" }
Expand Down

0 comments on commit 96db5e8

Please sign in to comment.