diff --git a/sdk/hasher/Cargo.toml b/sdk/hasher/Cargo.toml index 08bc3754540755..aad21c7ec9cfbc 100644 --- a/sdk/hasher/Cargo.toml +++ b/sdk/hasher/Cargo.toml @@ -27,3 +27,6 @@ sha2 = ["dep:sha2"] [dev-dependencies] bs58 = { workspace = true } + +[lints] +workspace = true