From b6f3f412fcb53e14f755acb9622a43543095e70b Mon Sep 17 00:00:00 2001 From: Martin Cowie <3288869+martin-cowie@users.noreply.github.com> Date: Wed, 28 Aug 2024 06:49:31 +0100 Subject: [PATCH] Blowing the dust off the codebase. Building it with v1.80.1 --- Cargo.toml | 2 ++ .cargo/config => config.toml | 0 2 files changed, 2 insertions(+) rename .cargo/config => config.toml (100%) diff --git a/Cargo.toml b/Cargo.toml index a4c93f2..75ee89a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,5 @@ [workspace] +resolver = "2" members = [ "server", @@ -34,6 +35,7 @@ edition = "2021" readme = "./README.md" repository = "https://github.com/martin-cowie/pepys" + [workspace.dependencies] chrono = "0.4.22" # get_if_addrs = "0.5.3" diff --git a/.cargo/config b/config.toml similarity index 100% rename from .cargo/config rename to config.toml