summaryrefslogtreecommitdiff
path: root/subplot-build
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-04-10 11:06:31 +0000
committerLars Wirzenius <liw@liw.fi>2023-04-10 11:06:31 +0000
commitd5eeeed20af94c35eb521979d9ea2d99c86735a5 (patch)
tree8da8f02379ad3f0f97d4a26e73d19144d20fd1a3 /subplot-build
parent4d43a0b7eb0bbe46347d08f7d7c50a619f702061 (diff)
parentc5e2bd6c550d6343b02b59936fd9868d01304303 (diff)
downloadsubplot-d5eeeed20af94c35eb521979d9ea2d99c86735a5.tar.gz
Merge branch 'chores' into 'main'
Various chores and updates pre-release Closes #313 See merge request subplot/subplot!320
Diffstat (limited to 'subplot-build')
-rw-r--r--subplot-build/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/subplot-build/Cargo.toml b/subplot-build/Cargo.toml
index a732db3..3aa5c10 100644
--- a/subplot-build/Cargo.toml
+++ b/subplot-build/Cargo.toml
@@ -5,12 +5,13 @@ 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.'''
homepage = "https://subplot.tech/"
repository = "https://gitlab.com/subplot/subplot"
+rust-version = "1.63"
[dependencies]