summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml1
-rw-r--r--subplot-build/Cargo.toml1
-rw-r--r--subplotlib-derive/Cargo.toml1
-rw-r--r--subplotlib/Cargo.toml1
4 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 28cefb4..8d8ac08 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,6 +13,7 @@ and implementing automated acceptance tests for systems and software'''
homepage = "https://subplot.tech/"
repository = "https://gitlab.com/subplot/subplot"
default-run = "subplot"
+rust-version = "1.63"
[workspace]
members = ["subplotlib", "subplotlib-derive", "subplot-build", "examples/seq"]
diff --git a/subplot-build/Cargo.toml b/subplot-build/Cargo.toml
index 33fcf97..3aa5c10 100644
--- a/subplot-build/Cargo.toml
+++ b/subplot-build/Cargo.toml
@@ -11,6 +11,7 @@ description = '''A library for using Subplot code generation from another projec
`build.rs` module.'''
homepage = "https://subplot.tech/"
repository = "https://gitlab.com/subplot/subplot"
+rust-version = "1.63"
[dependencies]
diff --git a/subplotlib-derive/Cargo.toml b/subplotlib-derive/Cargo.toml
index 52e3ba7..4d56491 100644
--- a/subplotlib-derive/Cargo.toml
+++ b/subplotlib-derive/Cargo.toml
@@ -12,6 +12,7 @@ macros for constructing subplotlib based test suites, typically
generated by `subplot codegen`.'''
homepage = "https://subplot.tech/"
repository = "https://gitlab.com/subplot/subplot"
+rust-version = "1.63"
[lib]
proc-macro = true
diff --git a/subplotlib/Cargo.toml b/subplotlib/Cargo.toml
index 3880a7a..42dfecf 100644
--- a/subplotlib/Cargo.toml
+++ b/subplotlib/Cargo.toml
@@ -12,6 +12,7 @@ Utility functions and types for `subplot codegen` generated Rust based
test suites. Relies on `subplotlib-derive` for associated macros.'''
homepage = "https://subplot.tech/"
repository = "https://gitlab.com/subplot/subplot"
+rust-version = "1.63"
[dependencies]