Skip to content

Commit

Permalink
(cargo-release) version 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasKoch committed Nov 8, 2021
1 parent 35280ea commit 9944e9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion atat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion atat_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[package]
name = "atat_derive"
version = "0.13.2-alpha.0"
version = "0.14.0"
authors = ["Mathias Koch <mk@blackbird.online>"]
edition = "2018"
description = "Derive macro for atat"
Expand Down

0 comments on commit 9944e9f

Please sign in to comment.