Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
akihokurino committed Dec 2, 2024
1 parent b7b1e39 commit 0b9de0e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 9 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

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

3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ build:
build-impl-ethers-rs:
cargo build --lib --package impl-ethers-rs

build-impl-rust-web3:
cargo build --lib --package impl-rust-web3

build-ipfs:
cargo build --lib --package ipfs

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

- rust v1.68.2
- ethers-rs ( https://github.com/gakonst/ethers-rs )
- rust-secp256k1 ( https://github.com/rust-bitcoin/rust-secp256k1 )
- infura ( https://infura.io/ )
- solidity v0.8.17
- hardhat ( https://hardhat.org/ )
Expand Down
4 changes: 1 addition & 3 deletions ipfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@ bytes = "1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.64"
url = { version = "2.2.2", features = ["serde"] }
thiserror = "1.0.24"
strum = "0.24.1"
strum_macros = "0.24.3"
thiserror = "1.0.24"

0 comments on commit 0b9de0e

Please sign in to comment.