From dcb3bbf1d2d5cf007f70bf71b129081888e18701 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 10:26:11 +0000 Subject: [PATCH] Update Rust crate num_enum to 0.7.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c99b633..857e136 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.0" spooky_bsp_derive = { path = "spooky_bsp_derive" } [dev-dependencies]