Skip to content

Commit

Permalink
Fix compilation after #418 merge
Browse files Browse the repository at this point in the history
  • Loading branch information
birchmd committed Feb 16, 2022
1 parent 011f507 commit 5f56c5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion engine-tests/src/tests/sanity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use crate::tests::state_migration;
use aurora_engine::fungible_token::FungibleTokenMetadata;
use aurora_engine::parameters::{SubmitResult, TransactionStatus};
use aurora_engine_sdk as sdk;
use borsh::{BorshDeserialize, BorshSerialize};
use borsh::BorshSerialize;
use rand::RngCore;
use secp256k1::SecretKey;
use std::path::{Path, PathBuf};
Expand Down
2 changes: 1 addition & 1 deletion engine-transactions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ autobenches = false
aurora-engine-types = { path = "../engine-types", default-features = false }
aurora-engine-sdk = { path = "../engine-sdk", default-features = false }
aurora-engine-precompiles = { path = "../engine-precompiles", default-features = false }
evm = { git = "https://github.com/aurora-is-near/sputnikvm.git", default-features = false }
evm = { git = "https://github.com/aurora-is-near/sputnikvm.git", rev = "177e253ad947b7186bfa6920843075556b60ff54", default-features = false }
rlp = { version = "0.5.0", default-features = false }
hex = { version = "0.4", default-features = false, features = ["alloc"] }

Expand Down

0 comments on commit 5f56c5b

Please sign in to comment.