diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-01-26 17:59:06 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-26 17:59:06 +0000 |
| commit | 4b20544474088259c580faa015876cb535dbff36 (patch) | |
| tree | ef82d0f27dedaaed755f4c87578a2bdeb796d660 /atuin-server | |
| parent | docs: Update CONTRIBUTING.md (#1633) (diff) | |
| download | atuin-4b20544474088259c580faa015876cb535dbff36.zip | |
chore: use resolver 2, update editions + cargo (#1635)
Diffstat (limited to 'atuin-server')
| -rw-r--r-- | atuin-server/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |
