solana/cli-output/src
behzad nouri 272e667cb2
deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805)
The commit deprecates Pubkey::new which lacks type-safety and instead
implements TryFrom<&[u8]> and TryFrom<Vec<u8>> for Pubkey.
2023-01-21 18:06:27 +00:00
..
cli_output.rs deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
cli_version.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
display.rs Bump chrono to v0.4.23 (#29709) 2023-01-18 13:54:02 +09:00
lib.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00