From 4d416aaf7851ca8e651161cb8909615ea6f072a4 Mon Sep 17 00:00:00 2001 From: Szymon Wiszczuk <37072867+golota60@users.noreply.github.com> Date: Mon, 8 Jan 2024 22:55:52 +0100 Subject: [PATCH] Update rust-version field (#262) --- 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"