Skip to content

Commit

Permalink
[move-repo] PR to test bors.
Browse files Browse the repository at this point in the history
This is a dummy PR to test bors which seems to be down. It removes some unneeded deps from move-to-yul.

Closes: diem#112
  • Loading branch information
wrwg authored and bors-diem committed Mar 9, 2022
1 parent 2cdfa0e commit 3e7db95
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions Cargo.lock

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

4 changes: 0 additions & 4 deletions language/evm/move-to-yul/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,12 @@ move-compiler = { path = "../../move-compiler" }
workspace-hack = { version = "0.1", path = "../../../crates/workspace-hack" }

# external dependencies
async-trait = "0.1.42"
anyhow = "1.0.38"
atty = "0.2.14"
clap = "2.33.3"
codespan = "0.11.1"
codespan-reporting = "0.11.1"
ethnum = "1.0.4"
futures = "0.3.12"
hex = "0.4.3"
itertools = "0.10.0"
log = { version = "0.4.14", features = ["serde"] }
Expand All @@ -41,8 +39,6 @@ serde_json = "1.0.64"
sha3 = "0.9.1"
simplelog = "0.9.0"
once_cell = "1.7.2"
tera = "1.7.1"
tokio = { version = "1.8.1", features = ["full"] }
toml = "0.5.8"
structopt = "0.3.21"
evm = "0.33.1"
Expand Down

0 comments on commit 3e7db95

Please sign in to comment.