Skip to content

Commit

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

Expand All @@ -37,7 +37,7 @@ defmt = { version = "^0.3", optional = true }
[dev-dependencies]
embassy-time = { version = "0.2", features = ["std", "generic-queue"] }
critical-section = { version = "1.1", features = ["std"] }
serde_at = { path = "../serde_at", version = "^0.20.0", features = [
serde_at = { path = "../serde_at", version = "^0.21.0", features = [
"heapless",
] }
tokio = { version = "1", features = ["macros", "rt"] }
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.20.0"
version = "0.21.0"
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 = "2"
proc-macro2 = "^1"
serde_at = { path = "../serde_at", version = "^0.20.0" }
serde_at = { path = "../serde_at", version = "^0.21.0" }

[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.20.0"
version = "0.21.0"

[dependencies]
heapless = { version = "^0.8", features = ["serde"], optional = true }
Expand Down

0 comments on commit 060118c

Please sign in to comment.