This commit is contained in:
Aode (Lion) 2021-10-21 16:31:29 -05:00
parent e6ecf3aa67
commit 7e1e89e777
5 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,7 @@ authors = ["asonix <asonix@asonix.dog>"]
repository = "https://git.asonix.dog/Aardwolf/background-jobs"
readme = "README.md"
keywords = ["jobs", "processor", "actix"]
edition = "2018"
edition = "2021"
[workspace]
members = [

View file

@ -2,7 +2,7 @@
name = "actix-example"
version = "0.1.0"
authors = ["asonix <asonix@asonix.dog>"]
edition = "2018"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -7,7 +7,7 @@ authors = ["asonix <asonix@asonix.dog>"]
repository = "https://git.asonix.dog/Aardwolf/background-jobs"
keywords = ["jobs", "processor"]
readme = "../README.md"
edition = "2018"
edition = "2021"
[dependencies]
actix-rt = "2.2.0"

View file

@ -7,7 +7,7 @@ authors = ["asonix <asonix@asonix.dog>"]
repository = "https://git.asonix.dog/asonix/background-jobs"
keywords = ["jobs", "processor"]
readme = "../README.md"
edition = "2018"
edition = "2021"
[features]
default = ["error-logging"]

View file

@ -6,7 +6,7 @@ license = "AGPL-3.0"
authors = ["asonix <asonix@asonix.dog>"]
repository = "https://git.asonix.dog/Aardwolf/background-jobs"
readme = "../README.md"
edition = "2018"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html