diff options
| author | Ray Kohler <ataraxia937@ataraxia937.xyz> | 2025-08-11 17:53:31 -0400 |
|---|---|---|
| committer | Ellie Huxtable <ellie@elliehuxtable.com> | 2025-09-10 12:57:43 -0700 |
| commit | 23b9e8a68c41885f73418cd93ebb84b78011f10f (patch) | |
| tree | d6ce0871e399763ab2470921c906d2f3249a7b44 /crates/atuin-client/src | |
| parent | fix: clean up new rustc and clippy warnings on Rust 1.89 (diff) | |
| download | atuin-23b9e8a68c41885f73418cd93ebb84b78011f10f.zip | |
fix: `cargo update` and changes needed to accomodate it
Diffstat (limited to 'crates/atuin-client/src')
| -rw-r--r-- | crates/atuin-client/src/api_client.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin-client/src/api_client.rs b/crates/atuin-client/src/api_client.rs index 78f374d6..73eb0e75 100644 --- a/crates/atuin-client/src/api_client.rs +++ b/crates/atuin-client/src/api_client.rs @@ -348,7 +348,7 @@ impl<'a> Client<'a> { ) -> Result<Vec<Record<EncryptedData>>> { debug!( "fetching record/s from host {}/{}/{}", - host.0.to_string(), + host.0, tag, start ); |
