-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ulf Lilleengen
committed
Sep 22, 2023
1 parent
0c9472e
commit 602f26d
Showing
3 changed files
with
4 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"] |