summaryrefslogtreecommitdiff
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
parent4d43a0b7eb0bbe46347d08f7d7c50a619f702061 (diff)
downloadsubplot-c71cca8837816304f2e4a52804fb5e7dd576ca7a.tar.gz
(chore): Update edition to 2021 across crates
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
-rw-r--r--Cargo.toml2
-rw-r--r--subplot-build/Cargo.toml2
-rw-r--r--subplotlib-derive/Cargo.toml2
-rw-r--r--subplotlib/Cargo.toml2
4 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 256fa47..28cefb4 100644
--- a/Cargo.toml
+++ b/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 = '''
tools for specifying, documenting,
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.'''
diff --git a/subplotlib-derive/Cargo.toml b/subplotlib-derive/Cargo.toml
index 36337d4..52e3ba7 100644
--- a/subplotlib-derive/Cargo.toml
+++ b/subplotlib-derive/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 = '''
macros for constructing subplotlib based test suites, typically
diff --git a/subplotlib/Cargo.toml b/subplotlib/Cargo.toml
index 2bdf86e..3880a7a 100644
--- a/subplotlib/Cargo.toml
+++ b/subplotlib/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 = '''
Utility functions and types for `subplot codegen` generated Rust based