diff options
| author | Conrad Ludgate <conradludgate@gmail.com> | 2023-07-08 21:11:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-08 21:11:25 +0100 |
| commit | 8c94d798c639fc3fb121599b71907c014d42b5d4 (patch) | |
| tree | 8d099fd77bee1ca36e685be8d0d5508cd9e54494 /atuin-client/Cargo.toml | |
| parent | update nushell env update syntax (#1080) (diff) | |
| download | atuin-8c94d798c639fc3fb121599b71907c014d42b5d4.zip | |
fix key encodings again (#1089)
Diffstat (limited to 'atuin-client/Cargo.toml')
| -rw-r--r-- | atuin-client/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index 6492bd15..6da679f8 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atuin-client" -edition = "2018" +edition = "2021" description = "client library for atuin" version = { workspace = true } |
