diff options
| author | Conrad Ludgate <conradludgate@gmail.com> | 2023-05-02 03:31:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-01 22:31:25 -0400 |
| commit | 20845a5cf55626a54b176f3ec9b9cf80bd5fc91d (patch) | |
| tree | 358b9af5763a19587f10ca2a41184381c6306623 /Cargo.lock | |
| parent | Fix fig plugin link (#924) (diff) | |
| download | atuin-20845a5cf55626a54b176f3ec9b9cf80bd5fc91d.zip | |
fix broken pipe on history list (#927)
* fix #626
* slightly refactor
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1793,9 +1793,9 @@ dependencies = [ [[package]] name = "runtime-format" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b035308411b1af4683acc4fc928366443f08b893bb73e235c85de4c2be572495" +checksum = "09958d5b38bca768ede7928c767c89a08ba568144a7b61992aecae79b03c8c94" dependencies = [ "tinyvec", ] |
