diff options
Diffstat (limited to 'vendor/object/README.md')
-rw-r--r-- | vendor/object/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/object/README.md b/vendor/object/README.md index 804cc7c1c..5b90fca30 100644 --- a/vendor/object/README.md +++ b/vendor/object/README.md @@ -39,8 +39,8 @@ See [`crates/examples`](crates/examples) for more examples. Changes to MSRV are considered breaking changes. We are conservative about changing the MSRV, but sometimes are required to due to dependencies. The MSRV is: - * 1.52.0 for the `read` feature and its dependencies. - * 1.61.0 for the `write` feature and its dependencies. + * 1.60.0 for the `read` feature and its dependencies. + * 1.65.0 for other features. ## License |