From 9944e9f65e788fcf7c05bf470e6ec39550a77f79 Mon Sep 17 00:00:00 2001 From: Mathias Date: Mon, 8 Nov 2021 11:36:15 +0100 Subject: [PATCH] (cargo-release) version 0.14.0 --- atat/Cargo.toml | 2 +- atat_derive/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/atat/Cargo.toml b/atat/Cargo.toml index dfe01562..52569978 100644 --- a/atat/Cargo.toml +++ b/atat/Cargo.toml @@ -23,7 +23,7 @@ fugit = "0.3" nb = "^1" heapless = { version = "^0.7.0", features = ["serde"] } serde_at = { path = "../serde_at", version = "^0.14.0", optional = true } -atat_derive = { path = "../atat_derive", version = "^0.13.2-alpha.0", optional = true } +atat_derive = { path = "../atat_derive", version = "^0.14.0", optional = true } serde_bytes = { version = "0.11.5", default-features = false, optional = true } heapless-bytes = { version = "0.3.0", optional = true } bbqueue = "0.5" diff --git a/atat_derive/Cargo.toml b/atat_derive/Cargo.toml index 2fdaa122..0331722f 100644 --- a/atat_derive/Cargo.toml +++ b/atat_derive/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "atat_derive" -version = "0.13.2-alpha.0" +version = "0.14.0" authors = ["Mathias Koch "] edition = "2018" description = "Derive macro for atat"