Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulf Lilleengen committed Sep 22, 2023
1 parent 0c9472e commit 602f26d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions ector/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "ector"
version = "0.4.0"
version = "0.5.0"
description = "Ector is an open source async, no-alloc actor framework for embedded devices."
documentation = "https://docs.rs/ector"
readme = "../README.md"
Expand All @@ -22,7 +22,7 @@ atomic-polyfill = "1"
log = { version = "0.4", optional = true }
defmt = { version = "0.3", optional = true }

ector-macros = { version = "0.4.0", path = "../macros" }
ector-macros = { version = "0.5.0", path = "../macros" }
futures = { version = "0.3", default-features = false }
static_cell = "1.0.0"

Expand Down
6 changes: 1 addition & 5 deletions macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
[package]
authors = [
"Ulf Lilleengen <[email protected]>",
"Bob McWhirter <[email protected]>"
]
edition = "2021"
name = "ector-macros"
version = "0.4.0"
version = "0.5.0"
description = "Ector is an open source async, no-alloc actor framework for embedded devices."
documentation = "https://docs.rs/ector-macros"
readme = "../README.md"
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Before upgrading check that everything is available on all tier1 targets here:
# https://rust-lang.github.io/rustup-components-history
[toolchain]
channel = "nightly-2023-04-18"
channel = "nightly-2023-08-19"
components = ["clippy"]

0 comments on commit 602f26d

Please sign in to comment.