From 52ab134673b17d26028b7d92e9cd0ff5c91db0b4 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Sun, 24 Nov 2024 14:41:39 -0800 Subject: [PATCH] increase rust version to support omitting match arms with uninhabited types --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a9cc312..b5325ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" repository = "https://git.libre-chip.org/libre-chip/fayalite" keywords = ["hdl", "hardware", "semiconductors", "firrtl", "fpga"] categories = ["simulation", "development-tools", "compilers"] -rust-version = "1.80.1" +rust-version = "1.82.0" [workspace.dependencies] fayalite-proc-macros = { version = "=0.2.1", path = "crates/fayalite-proc-macros" }