From 033727b0eb3dd10680bce15c876f1649cb53d3a4 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Sun, 2 Jun 2024 09:33:24 +0800 Subject: [PATCH] Update edition to get TryInto prelude --- util/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/util/Cargo.toml b/util/Cargo.toml index d3c7268..046fba5 100644 --- a/util/Cargo.toml +++ b/util/Cargo.toml @@ -2,6 +2,7 @@ name = "util" version = "0.1.0" authors = ["Sebastian Waisbrot "] +edition = "2021" [dependencies] time = "0.3"