diff options
Diffstat (limited to '')
| -rw-r--r-- | atuin-server-postgres/Cargo.toml | 2 | ||||
| -rw-r--r-- | atuin-server/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/atuin-server-postgres/Cargo.toml b/atuin-server-postgres/Cargo.toml index b1adcdd3..c00cf9f8 100644 --- a/atuin-server-postgres/Cargo.toml +++ b/atuin-server-postgres/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atuin-server-postgres" -edition = "2018" +edition = "2021" description = "server postgres database library for atuin" version = { workspace = true } diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml index 7e0c8c77..7882fc7a 100644 --- a/atuin-server/Cargo.toml +++ b/atuin-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atuin-server" -edition = "2018" +edition = "2021" description = "server library for atuin" rust-version = { workspace = true } |
