chore: fix clippy lints

This commit is contained in:
ThetaDev 2024-05-02 19:39:48 +02:00
parent 5dbb288a49
commit 45b9f2a627
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6
10 changed files with 21 additions and 18 deletions

View file

@ -1,8 +1,8 @@
[package]
name = "rustypipe"
version = "0.1.3"
rust-version = "1.67.1"
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
@ -17,7 +17,6 @@ members = [".", "codegen", "downloader", "cli"]
[workspace.package]
edition = "2021"
rust-version = "1.67.1"
authors = ["ThetaDev <thetadev@magenta.de>"]
license = "GPL-3.0"
repository = "https://code.thetadev.de/ThetaDev/rustypipe"