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 }