From 09a17be150ea726aa39f9371696a9f58005134b7 Mon Sep 17 00:00:00 2001 From: Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> Date: Sat, 10 Jun 2023 16:26:53 +0530 Subject: [PATCH] Update Cargo.toml (#10) --- pic32-hal/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pic32-hal/Cargo.toml b/pic32-hal/Cargo.toml index 9482ac8..3fe6467 100644 --- a/pic32-hal/Cargo.toml +++ b/pic32-hal/Cargo.toml @@ -23,7 +23,7 @@ mips-mcu = "0.3.0" mips-rt = "0.3.0" critical-section = "1.0.0" usb-device = { version = "0.2.9", optional = true } -enumflags2 = "0.7.5" +enumflags2 = "0.7.7" [dependencies.pic32mx2xx] version = "0.7.0"