summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2023-04-10 11:32:00 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2023-04-10 11:32:00 +0100
commit4e1efe0e9d6c9d0640481f22ae2f5735d9892988 (patch)
treecdab72e805dd1a7b7fe36937c467863574001412
parentc71cca8837816304f2e4a52804fb5e7dd576ca7a (diff)
downloadsubplot-4e1efe0e9d6c9d0640481f22ae2f5735d9892988.tar.gz
(chore): Update rust-version to 1.63 in all crates
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
-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]