Skip to content

Commit

Permalink
Bump elc (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshidan authored Dec 11, 2024
1 parent dca4c73 commit 43b98f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This is a cross-chain messaging demo between Cosmos and BSC using IBC and LCP (L
- [lcp-solidity v0.1.15](https://github.com/datachainlab/lcp-solidity/releases/tag/v0.1.15)
- [yui-relayer v0.5.8](https://github.com/hyperledger-labs/yui-relayer/releases/tag/v0.5.8)
- [ethereum-ibc-relay-chain v0.3.10](https://github.com/datachainlab/ethereum-ibc-relay-chain/releases/tag/v0.3.10)
- [parlia-elc v0.3.4](https://github.com/datachainlab/parlia-elc/releases/tag/v0.3.4)
- [parlia-elc v0.3.5](https://github.com/datachainlab/parlia-elc/releases/tag/v0.3.5)
- [ibc-parlia-relay v0.3.6](https://github.com/datachainlab/ibc-parlia-relay/releases/tag/v0.3.6)

## Pre-requisites
Expand Down
4 changes: 2 additions & 2 deletions enclave/Cargo.lock

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

2 changes: 1 addition & 1 deletion enclave/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["staticlib"]
[dependencies]
enclave-runtime = { git = "https://github.com/datachainlab/lcp", rev = "v0.2.11" }
tendermint-lc = { git = "https://github.com/datachainlab/lcp", rev = "v0.2.11", default-features = false }
parlia-elc = { git = "https://github.com/datachainlab/parlia-elc", rev = "v0.3.4", default-features = false, features=["dev"] }
parlia-elc = { git = "https://github.com/datachainlab/parlia-elc", rev = "v0.3.5", default-features = false, features=["dev"] }

[patch."crates-io"]
getrandom = { git = "https://github.com/datachainlab/getrandom-sgx-lite" }
Expand Down

0 comments on commit 43b98f5

Please sign in to comment.