From d0cc6078df6886bd40643ee3f542c7cd0862d929 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Tue, 11 Aug 2020 17:22:39 -0700 Subject: deps: Update dependencies, drop MSRV Update dependencies to most recent versions if applicable. Refactor to deal with breaking changes. Drop MSRV due to dependency issues, just support stable and later. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d85b28d2..124edecd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,7 +36,7 @@ For reports/suggestions that don't fit the definition of a feature or bug, try t If you want to help contribute by submitting a PR, by all means, I'm open! In regards to the development process: - I develop primarily using _stable_ Rust. That is, whatever is the most up-to-date stable version you can get via running - `rustup update stable`. However, as of writing, I do support a MSRV of 1.40.0. + `rustup update stable`. - Note that `cargo test` will fail on anything lower than 1.43.0 due to it using a then-introduced env variable. -- cgit v1.2.3