Skip to content

Commit fb3754d

Browse files
committed
chore: clean up
1 parent d73b45d commit fb3754d

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

lib/ibc-union-spec/src/types/channel.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,7 @@ pub mod ethabi {
218218
#[cfg(test)]
219219
mod tests {
220220
use hex_literal::hex;
221-
use unionlabs::{
222-
encoding::{Bincode, EthAbi},
223-
test_utils::assert_codec_iso_bytes,
224-
};
221+
use unionlabs::{encoding::EthAbi, test_utils::assert_codec_iso_bytes};
225222

226223
use super::*;
227224

tools/rust/crane.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
perSystem =
55
args@{
66
pkgsUnstable,
7+
pkgs,
78
rust,
89
dbg,
910
gitRev,
@@ -810,7 +811,7 @@
810811

811812
# these are incredibly useful for debugging
812813
packages = {
813-
rust-lib = pkgs.mkRootDrv "rust-lib" {
814+
rust-lib = args.pkgs.mkRootDrv "rust-lib" {
814815
inherit mkCrane;
815816
};
816817
# cleanCargoLock = writeTOML "Cargo.lock" (cleanCargoLock [ "ibc-union" ]);

tools/scarb.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ _: {
105105
sha256 = "sha256-d+nQvbMWLqoY6G/53r4JqBUkk6n4zGyGIEh+eqx+cAU=";
106106
};
107107
cargoExtraArgs = "-p forge -p sncast";
108-
ALCHEMY_API_KEY="bullshit";
108+
ALCHEMY_API_KEY = "bullshit";
109109
};
110110
in
111111
craneLib.buildPackage baseArgs;

0 commit comments

Comments
 (0)