summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
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 /CONTRIBUTING.md
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 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9ebaf1a..62a9d48 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -36,9 +36,9 @@ build dependencies, you can skip running the tests yourself.
**Code formatting:** Rust code must be formatted as if by the
`rustfmt` tool. The test suite checks that.
-**Rust version:** We aim for Subplot to be buildable on the stable
+**Rust version:** We aim for Subplot to be buildable on the testing
version of Debian and the Rust version packaged therein. At this time,
-that's Rust version 1.63.
+that's Rust version 1.70.
**Python version:** We require Python code to work on Python 3.7 and
later, the version in the current stable version of Debian.