Skip to content

Commit

Permalink
patch jsonrpsee (#1777)
Browse files Browse the repository at this point in the history
  • Loading branch information
librelois authored Aug 24, 2022
1 parent 7715484 commit 363761c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
24 changes: 8 additions & 16 deletions Cargo.lock

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

5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ members = [
"runtime/moonriver",
]

[patch.crates-io]
jsonrpsee = { git = "https://github.com/PureStake/jsonrpsee", branch = "moonbeam-v0.14" }
jsonrpsee-core = { git = "https://github.com/PureStake/jsonrpsee", branch = "moonbeam-v0.14" }
jsonrpsee-types = { git = "https://github.com/PureStake/jsonrpsee", branch = "moonbeam-v0.14" }

# make sure dev builds with backtrace do
# not slow us down
[profile.dev.package.backtrace]
Expand Down

0 comments on commit 363761c

Please sign in to comment.