near / near-jsonrpc-client-rs

Lower-level API for interfacing with the NEAR Protocol via JSONRPC.
https://docs.rs/near-jsonrpc-client
Apache License 2.0
47 stars 41 forks source link

chore: deprecate `Display` impl for `ApiKey` #117

Closed miraclx closed 1 year ago

miraclx commented 1 year ago

Resolves #115. Removes the Display implementation on ApiKey. I would've otherwise have deprecated this, but rust does not support #[deprecated] annotations on implementations.