Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasKoch committed Jul 23, 2023
1 parent ef80399 commit 0349fd8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions atat/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "atat"
version = "0.19.0"
version = "0.19.1"
authors = ["Mathias Koch <mk@blackbird.online>"]
description = "AT Parser for serial based device crates"
readme = "../README.md"
Expand All @@ -23,8 +23,8 @@ futures = { version = "0.3", default-features = false, optional = true }
embassy-sync = "0.2"
embassy-time = "0.1"
heapless = { version = "^0.7", features = ["serde"] }
serde_at = { path = "../serde_at", version = "^0.19.0", optional = true }
atat_derive = { path = "../atat_derive", version = "^0.19.0", optional = true }
serde_at = { path = "../serde_at", version = "^0.19.1", optional = true }
atat_derive = { path = "../atat_derive", version = "^0.19.1", optional = true }
serde_bytes = { version = "0.11.5", default-features = false, optional = true }
heapless-bytes = { version = "0.3.0", optional = true }

Expand Down
4 changes: 2 additions & 2 deletions atat_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[package]
name = "atat_derive"
version = "0.19.0"
version = "0.19.1"
authors = ["Mathias Koch <mk@blackbird.online>"]
edition = "2021"
description = "Derive macro for atat"
Expand All @@ -16,7 +16,7 @@ keywords = ["derive", "AT"]
quote = "^1"
syn = { version = "^1", features = ["full"] }
proc-macro2 = "^1"
serde_at = { path = "../serde_at", version = "^0.19.0" }
serde_at = { path = "../serde_at", version = "^0.19.1" }

[lib]
proc-macro = true
2 changes: 1 addition & 1 deletion serde_at/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/BlackbirdHQ/atat"
keywords = ["serde", "AT"]
license = "MIT OR Apache-2.0"
name = "serde_at"
version = "0.19.0"
version = "0.19.1"

[dependencies]
heapless = { version = "^0.7", features = ["serde"] }
Expand Down

0 comments on commit 0349fd8

Please sign in to comment.