From 14e771c34e77a707caa36ffb664e1e6ae4dbe37f Mon Sep 17 00:00:00 2001 From: wayne warren Date: Sun, 12 Nov 2023 15:11:37 -0700 Subject: [PATCH] app/chrome: update cargo version --- app/chrome/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/chrome/Cargo.toml b/app/chrome/Cargo.toml index 1e49b24..0ffdeca 100644 --- a/app/chrome/Cargo.toml +++ b/app/chrome/Cargo.toml @@ -3,7 +3,7 @@ name = "chrome" # because google chrome doesn't allow us to install a specific actual version of chrome, we have to # go with a date-based version string here since the best we can do at image build time is know the # current datetime -version = "2023.2.17" +version = "2023.10.4" authors = ["Wayne Warren "] edition = "2018"