summaryrefslogtreecommitdiff
path: root/subplot-build/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'subplot-build/Cargo.toml')
-rw-r--r--subplot-build/Cargo.toml7
1 files changed, 4 insertions, 3 deletions
diff --git a/subplot-build/Cargo.toml b/subplot-build/Cargo.toml
index a732db3..66a0627 100644
--- a/subplot-build/Cargo.toml
+++ b/subplot-build/Cargo.toml
@@ -1,19 +1,20 @@
[package]
name = "subplot-build"
-version = "0.6.0"
+version = "0.9.0"
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.70"
[dependencies]
-subplot = { version = "0.6.0", path = ".." }
+subplot = { version = "0.9.0", path = ".." }
tracing = "0.1"
tempfile = "3.1.0"