File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
lib/ibc-union-spec/src/types Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -218,10 +218,7 @@ pub mod ethabi {
218218#[ cfg( test) ]
219219mod 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
Original file line number Diff line number Diff line change 44 perSystem =
55 args @{
66 pkgsUnstable ,
7+ pkgs ,
78 rust ,
89 dbg ,
910 gitRev ,
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" ]);
Original file line number Diff line number Diff line change 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 ;
You can’t perform that action at this time.
0 commit comments