From 7e1e89e77701854d3a983f9c82fc255270b6823f Mon Sep 17 00:00:00 2001 From: "Aode (Lion)" Date: Thu, 21 Oct 2021 16:31:29 -0500 Subject: [PATCH] 2021 --- Cargo.toml | 2 +- examples/actix-example/Cargo.toml | 2 +- jobs-actix/Cargo.toml | 2 +- jobs-core/Cargo.toml | 2 +- jobs-sled/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 24e2144..2d50897 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = ["asonix "] repository = "https://git.asonix.dog/Aardwolf/background-jobs" readme = "README.md" keywords = ["jobs", "processor", "actix"] -edition = "2018" +edition = "2021" [workspace] members = [ diff --git a/examples/actix-example/Cargo.toml b/examples/actix-example/Cargo.toml index fe4fecc..b912c18 100644 --- a/examples/actix-example/Cargo.toml +++ b/examples/actix-example/Cargo.toml @@ -2,7 +2,7 @@ name = "actix-example" version = "0.1.0" authors = ["asonix "] -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/jobs-actix/Cargo.toml b/jobs-actix/Cargo.toml index 692673b..f85efb3 100644 --- a/jobs-actix/Cargo.toml +++ b/jobs-actix/Cargo.toml @@ -7,7 +7,7 @@ authors = ["asonix "] repository = "https://git.asonix.dog/Aardwolf/background-jobs" keywords = ["jobs", "processor"] readme = "../README.md" -edition = "2018" +edition = "2021" [dependencies] actix-rt = "2.2.0" diff --git a/jobs-core/Cargo.toml b/jobs-core/Cargo.toml index be58750..e713366 100644 --- a/jobs-core/Cargo.toml +++ b/jobs-core/Cargo.toml @@ -7,7 +7,7 @@ authors = ["asonix "] repository = "https://git.asonix.dog/asonix/background-jobs" keywords = ["jobs", "processor"] readme = "../README.md" -edition = "2018" +edition = "2021" [features] default = ["error-logging"] diff --git a/jobs-sled/Cargo.toml b/jobs-sled/Cargo.toml index ed0b406..778975d 100644 --- a/jobs-sled/Cargo.toml +++ b/jobs-sled/Cargo.toml @@ -6,7 +6,7 @@ license = "AGPL-3.0" authors = ["asonix "] 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