summaryrefslogtreecommitdiff
path: root/subplotlib
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2023-10-29 09:43:36 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2023-10-29 09:43:36 +0000
commit454062ef89eae517f7c8a332621666c7f244ede0 (patch)
tree5b3f1259199f8d96f0f4398fd144d3769a6a8d3e /subplotlib
parentea4b38b9cf2368bc54d920ef2db49be5ded857b9 (diff)
downloadsubplot-454062ef89eae517f7c8a332621666c7f244ede0.tar.gz
chore: Update MSRV everywhere to 1.70
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'subplotlib')
-rw-r--r--subplotlib/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/subplotlib/Cargo.toml b/subplotlib/Cargo.toml
index 4994e5a..d790915 100644
--- a/subplotlib/Cargo.toml
+++ b/subplotlib/Cargo.toml
@@ -12,7 +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"
+rust-version = "1.70"
[dependencies]