Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/mft.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmer BenAmram <omerbenamram@gmail.com>2020-01-06 22:29:23 +0300
committerGitHub <noreply@github.com>2020-01-06 22:29:23 +0300
commit8fc54c4abcdad8ccca1459dd9557996512d49557 (patch)
tree92b08adf2323d31a817e2b25eea6f9e17612ce30
parentf267fe8b600ba01f8560efeee7e2a713230bbdae (diff)
Update README.md
Commit to latest stable rust, and not a specific version (since only latest stable is checked on CI)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f642131..c33a0cd 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
This is a parser for the MFT (master file table) format.
-Supported rust version is latest stable rust (minimum 1.34) or nightly.
+MSRV is latest stable rust.
[Documentation](https://docs.rs/mft)