diff --git a/Cargo.toml b/Cargo.toml index 9d3aecf..af06561 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "a653rs" -version = "0.5.0" +version = "0.6.0" edition = "2021" authors = ["Sven Friedrich "] license = "MIT OR Apache-2.0" @@ -30,10 +30,10 @@ bindings = [] [dependencies] serde = { version = "1.0", features = ["derive"], default-features = false, optional = true } strum = { version = "0.26", features = ["derive"], default-features = false, optional = true } -a653rs_macros = { version = "0.4.1", path = "macros", optional = true } +a653rs_macros = { version = "0.6.0", path = "macros", optional = true } [dev-dependencies] -a653rs_macros = { version = "0.4.1", path = "macros" } +a653rs_macros = { version = "0.6.0", path = "macros" } [workspace] members = [ "macros" ] diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 3bdfc78..732d02e 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "a653rs_macros" -version = "0.4.1" +version = "0.6.0" edition = "2021" authors = ["Sven Friedrich "] license = "MIT OR Apache-2.0"