summaryrefslogtreecommitdiffstats
path: root/crates/runner/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-10-26 17:30:11 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-10-26 17:30:11 +0200
commit8bebe4c76107d8b0a55fda238b0475469d374d77 (patch)
treef16f7ea339af3c442e5daddf9c6ba0c8119a1a29 /crates/runner/Cargo.toml
parente57b743058836ef34d4dd96fca5d6152f910140c (diff)
downloadrebel-8bebe4c76107d8b0a55fda238b0475469d374d77.tar
rebel-8bebe4c76107d8b0a55fda238b0475469d374d77.zip
Switch to 2021 edition
Diffstat (limited to 'crates/runner/Cargo.toml')
-rw-r--r--crates/runner/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/runner/Cargo.toml b/crates/runner/Cargo.toml
index b69e51e..5d51739 100644
--- a/crates/runner/Cargo.toml
+++ b/crates/runner/Cargo.toml
@@ -3,7 +3,7 @@ name = "rebel-runner"
version = "0.1.0"
authors = ["Matthias Schiffer <mschiffer@universe-factory.net>"]
license = "MIT"
-edition = "2018"
+edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html