diff --git a/README.md b/README.md index 413e395..651c330 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ This repository contains multiple modules: - [ibc-solidity v0.3.40](https://github.com/hyperledger-labs/yui-ibc-solidity/releases/tag/v0.3.40) - [lcp v0.2.12](https://github.com/datachainlab/lcp/releases/tag/v0.2.12) -- [ethereum-elc v0.0.24](https://github.com/datachainlab/ethereum-elc/releases/tag/v0.0.24) +- [ethereum-elc v0.1.0](https://github.com/datachainlab/ethereum-elc/releases/tag/v0.1.0) - [lcp-go v0.2.13](https://github.com/datachainlab/lcp-go/releases/tag/v0.2.13) - [lcp-solidity v0.1.17](https://github.com/datachainlab/lcp-solidity/releases/tag/v0.1.17) - [yui-relayer v0.5.10](https://github.com/hyperledger-labs/yui-relayer/releases/tag/v0.5.10) diff --git a/enclave/Cargo.lock b/enclave/Cargo.lock index 78f1af4..0d99aca 100644 --- a/enclave/Cargo.lock +++ b/enclave/Cargo.lock @@ -634,7 +634,7 @@ dependencies = [ [[package]] name = "ethereum-elc" version = "0.1.0" -source = "git+https://github.com/datachainlab/ethereum-elc?rev=f895ffdda65c62dbac3bfa306da1766cc54a5cfc#f895ffdda65c62dbac3bfa306da1766cc54a5cfc" +source = "git+https://github.com/datachainlab/ethereum-elc?rev=v0.1.0#90f11c122019245349b0826b2109cfe9c9d1c3d7" dependencies = [ "displaydoc", "ethereum-ibc", diff --git a/enclave/Cargo.toml b/enclave/Cargo.toml index 524ff7a..d432d54 100644 --- a/enclave/Cargo.toml +++ b/enclave/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["staticlib"] [dependencies] enclave-runtime = { git = "https://github.com/datachainlab/lcp", rev = "v0.2.12" } tendermint-lc = { git = "https://github.com/datachainlab/lcp", rev = "v0.2.12", default-features = false } -ethereum-elc = { git = "https://github.com/datachainlab/ethereum-elc", rev = "f895ffdda65c62dbac3bfa306da1766cc54a5cfc", default-features = false } +ethereum-elc = { git = "https://github.com/datachainlab/ethereum-elc", rev = "v0.1.0", default-features = false } [patch."crates-io"] getrandom = { git = "https://github.com/datachainlab/getrandom-sgx-lite" }