From c38fac576e15b5b3e2c6cb210a8e93c0e8e5d480 Mon Sep 17 00:00:00 2001 From: Sven Friedrich Date: Wed, 19 Jun 2024 15:29:57 +0200 Subject: [PATCH] chore: update a653rs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 865f8ae..50920b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,5 +15,5 @@ panic_handler = [ "dep:log" ] [dependencies] cty = "*" -a653rs = { version = "0.5", features = ["strum", "bindings"] } +a653rs = { version = "0.6", features = ["strum", "bindings"] } log = { version = "0.4", optional = true }