-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* build(rust): update to edition 2021 * ci(rust): improve Use action to install rust toolchain which also does some workarounds / enables color. Dont use old unmaintained action-rs actions, use in manually. Downside: warnings get lost → deny everything and get a hard error. With ring 0.17 out test platforms like risc-v or arm64 on windows. * build(clippy): enable pedantic lints from code When this is forgotten locally only the CI will notice this. Now these lints are always performed with clippy. Also cleanup the list of allowed lints and add future ones from the nursery which could also already be implemented.
- Loading branch information
Showing
3 changed files
with
46 additions
and
51 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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "frankenstein" | |
version = "0.29.1" | ||
authors = ["Ayrat Badykov <[email protected]>", "Pepe Márquez <[email protected]>"] | ||
description = "Telegram bot API client for Rust" | ||
edition = "2018" | ||
edition = "2021" | ||
license = "WTFPL" | ||
repository = "https://github.com/ayrat555/frankenstein" | ||
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