From 6381e4a8ce3c1006a3c5df587babc2483ae99472 Mon Sep 17 00:00:00 2001 From: Szymon Wiszczuk Date: Mon, 8 Jan 2024 22:02:56 +0100 Subject: [PATCH] Update rust-version field --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0d70ce66..fb67c831 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "floem" version = "0.1.0" edition = "2021" license.workspace = true -rust-version = "1.73" +rust-version = "1.75" [dependencies] sha2 = "0.10.6"