From bb26dd4d12c9bdc9d515b3e9e423d986783ac603 Mon Sep 17 00:00:00 2001 From: James McMurray Date: Sun, 10 Apr 2022 14:44:14 +0200 Subject: [PATCH] Try updated ARM image, 2021 edition --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3db6d86..577a8b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "vopono" description = "Launch applications via VPN tunnels using temporary network namespaces" version = "0.9.0" authors = ["James McMurray "] -edition = "2018" +edition = "2021" license = "GPL-3.0-or-later" repository = "https://github.com/jamesmcm/vopono" homepage = "https://github.com/jamesmcm/vopono"