summaryrefslogtreecommitdiff
path: root/subplotlib-derive/Cargo.toml
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-derive/Cargo.toml
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-derive/Cargo.toml')
-rw-r--r--subplotlib-derive/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/subplotlib-derive/Cargo.toml b/subplotlib-derive/Cargo.toml
index ece7103..cb181d6 100644
--- a/subplotlib-derive/Cargo.toml
+++ b/subplotlib-derive/Cargo.toml
@@ -12,7 +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"
+rust-version = "1.70"
[lib]
proc-macro = true