summaryrefslogtreecommitdiff
path: root/subplot-build
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2023-04-10 11:31:28 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2023-04-10 11:31:28 +0100
commitc71cca8837816304f2e4a52804fb5e7dd576ca7a (patch)
tree14e7cbd354672d655fabac0a94f0ce6af295685e /subplot-build
parent4d43a0b7eb0bbe46347d08f7d7c50a619f702061 (diff)
downloadsubplot-c71cca8837816304f2e4a52804fb5e7dd576ca7a.tar.gz
(chore): Update edition to 2021 across crates
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'subplot-build')
-rw-r--r--subplot-build/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/subplot-build/Cargo.toml b/subplot-build/Cargo.toml
index a732db3..33fcf97 100644
--- a/subplot-build/Cargo.toml
+++ b/subplot-build/Cargo.toml
@@ -5,7 +5,7 @@ authors = [
"Lars Wirzenius <liw@liw.fi>",
"Daniel Silverstone <dsilvers@digital-scurf.org>",
]
-edition = "2018"
+edition = "2021"
license = "MIT-0"
description = '''A library for using Subplot code generation from another project's
`build.rs` module.'''