summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2024-01-26 17:59:06 +0000
committerGitHub <noreply@github.com>2024-01-26 17:59:06 +0000
commit4b20544474088259c580faa015876cb535dbff36 (patch)
treeef82d0f27dedaaed755f4c87578a2bdeb796d660 /Cargo.toml
parentcdf31ad83938a74c07083c8093aa3cb0d14603f6 (diff)
chore: use resolver 2, update editions + cargo (#1635)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index eb627028e..b87d58209 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,8 @@ members = [
"atuin-common",
]
+resolver = "2"
+
[workspace.package]
name = "atuin"
version = "17.2.1"