From 09428fd68df7ccb693382ab453337584cd3034cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 21:11:14 +0000 Subject: [PATCH] Update Rust crate num_enum to 0.7.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c99b633..9f044cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" array-init = "2.0.1" byteorder = "1.4.3" flate2 = "1.0.24" -num_enum = "0.5.7" +num_enum = "0.7.1" spooky_bsp_derive = { path = "spooky_bsp_derive" } [dev-dependencies]