aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-02-18 21:11:43 -0500
committerJesse Luehrs <doy@tozt.net>2023-02-18 21:12:27 -0500
commitdb9dc7b6e696259f488088f74a1e1a97fa5b002d (patch)
tree57bf6d8c4a9abd154466b1e707e761a7773568e2 /Cargo.toml
parent5208e99627d596b86e63a15c42b2c9fb473d766c (diff)
downloadrbw-db9dc7b6e696259f488088f74a1e1a97fa5b002d.tar.gz
rbw-db9dc7b6e696259f488088f74a1e1a97fa5b002d.zip
bump editions
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cfe1a33..0d28472 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "rbw"
version = "1.4.3"
authors = ["Jesse Luehrs <doy@tozt.net>"]
-edition = "2018"
+edition = "2021"
description = "Unofficial Bitwarden CLI"
repository = "https://git.tozt.net/rbw"