summaryrefslogtreecommitdiffstats
path: root/vendor/tempfile/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/tempfile/README.md')
-rw-r--r--vendor/tempfile/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/vendor/tempfile/README.md b/vendor/tempfile/README.md
index 1dba3a01d..bf207f8a4 100644
--- a/vendor/tempfile/README.md
+++ b/vendor/tempfile/README.md
@@ -14,9 +14,10 @@ patterns and surprisingly difficult to implement securely).
Usage
-----
-Minimum required Rust version: 1.40.0
+Minimum required Rust version: 1.48.0
Add this to your `Cargo.toml`:
+
```toml
[dependencies]
tempfile = "3"