aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-client/Cargo.toml
diff options
context:
space:
mode:
authorConrad Ludgate <conradludgate@gmail.com>2023-07-08 21:11:25 +0100
committerGitHub <noreply@github.com>2023-07-08 21:11:25 +0100
commit8c94d798c639fc3fb121599b71907c014d42b5d4 (patch)
tree8d099fd77bee1ca36e685be8d0d5508cd9e54494 /atuin-client/Cargo.toml
parentupdate nushell env update syntax (#1080) (diff)
downloadatuin-8c94d798c639fc3fb121599b71907c014d42b5d4.zip
fix key encodings again (#1089)
Diffstat (limited to 'atuin-client/Cargo.toml')
-rw-r--r--atuin-client/Cargo.toml2
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 }