From bdfc1e113fc9641df49524a52d08a25196fcd366 Mon Sep 17 00:00:00 2001 From: Sympatron GmbH <35803463+Sympatron@users.noreply.github.com> Date: Mon, 18 Mar 2024 13:22:45 +0100 Subject: [PATCH] Update dependencies --- Cargo.toml | 4 ++-- pio-parser/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9b8b57d..e232eee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,10 +14,10 @@ members = ["pio-proc", "pio-parser"] [dependencies] arrayvec = { version = "0.7", default_features = false } paste = "1.0" -num_enum = { version = "0.5", default_features = false } +num_enum = { version = "0.7", default_features = false } [dev-dependencies] test-generator = "0.3.0" -pretty_assertions = "0.6" +pretty_assertions = "1.4" pio-proc = { path = "./pio-proc" } pio-parser = { path = "./pio-parser" } diff --git a/pio-parser/Cargo.toml b/pio-parser/Cargo.toml index ca6cd4f..e85b71c 100644 --- a/pio-parser/Cargo.toml +++ b/pio-parser/Cargo.toml @@ -3,7 +3,7 @@ name = "pio-parser" version = "0.2.2" authors = ["snek", "The rp-rs Developers"] edition = "2018" -resolver= "2" +resolver = "2" description = "Raspberry Silicon PIO asm parser" license = "MIT" repository = "https://github.com/rp-rs/pio-rs"