Skip to content

sol-safekey v0.1.7

Choose a tag to compare

@0xfnzero 0xfnzero released this 11 Apr 17:55
· 5 commits to main since this release

Summary

Patch release v0.1.7 pins the transitive keccak crate to 0.1.4 so dependency resolution no longer selects yanked keccak 0.1.5 (pulled in via solana-sdksha3). This removes cargo publish / cargo install warnings and keeps builds reproducible.

Change

  • Direct dependency: keccak = "=0.1.4" (compatible with sha3’s keccak requirement; unifies the whole dependency graph to 0.1.4).

Install

cargo install sol-safekey --version 0.1.7 --locked --features full

Compare: v0.1.6...v0.1.7