Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaeltarimo authored Jan 15, 2024
1 parent da7d0a9 commit 19c5879
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ resolver = "2"
split-debuginfo = "unpacked"

[patch.crates-io]
primitive-types = { git = "https://github.com/velas/parity-common", tag = "primitive-types-v0.11-with-borsh-support-nostd" }
rlp = { git = "https://github.com/velas/parity-common", tag = "primitive-types-v0.11-with-borsh-support-nostd" }
uint = { git = "https://github.com/velas/parity-common", tag = "primitive-types-v0.11-with-borsh-support-nostd" }
spl-memo = { git = "https://github.com/velas/spl-memo", branch = "solana-1.9.29" }
primitive-types = { git = "https://github.com/ChuiNetwork/parity-common", tag = "primitive-types-v0.11-with-borsh-support-nostd" }
rlp = { git = "https://github.com/ChuiNetwork/parity-common", tag = "primitive-types-v0.11-with-borsh-support-nostd" }
uint = { git = "https://github.com/ChuiNetwork/parity-common", tag = "primitive-types-v0.11-with-borsh-support-nostd" }
spl-memo = { git = "https://github.com/ChuiNetwork/spl-memo", branch = "solana-1.9.29" }
# TODO: remove once jsonrpc-core-client 18.0.1 is released
jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc", rev = "e724d087defc0af35bc1c844049d1611588d8466", version = "18.0.0" }
jsonrpc-core-client = { git = "https://github.com/paritytech/jsonrpc", rev = "e724d087defc0af35bc1c844049d1611588d8466", version = "18.0.0" }

0 comments on commit 19c5879

Please sign in to comment.