Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
qalisander committed Apr 5, 2024
1 parent fe6ecf0 commit 6e9461a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion contracts/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ extern crate alloc;
#[global_allocator]
static ALLOC: mini_alloc::MiniAlloc = mini_alloc::MiniAlloc::INIT;

#[cfg(any(test, erc20, erc721))]
mod arithmetic;
#[cfg(any(test, erc20))]
pub mod erc20;
Expand Down
2 changes: 1 addition & 1 deletion lib/grip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository.workspace = true
version = "0.1.0"

[dependencies]
const-hex = "1.11.1"
const-hex = { version = "1.11.1", default-features = false }
once_cell = { version = "1.19.0" }
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
grip-proc = { path = "../grip-proc" }

0 comments on commit 6e9461a

Please sign in to comment.