From 6c5328273becd715023a1fb3f2eca212ec775462 Mon Sep 17 00:00:00 2001 From: Josiah Parry Date: Sat, 7 Sep 2024 13:51:09 -0700 Subject: [PATCH] update news with msrv (#385) --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 60d05df1..61d690cc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -15,6 +15,7 @@ * Added `use_crate()` function to make adding dependencies to Cargo.toml easier within R, similar to `usethis::use_package()` (#361) * Fixed an issue in `rust_source()` family of functions that prevented usage of `r#` escape sequences in Rust function names (#374) * `use_cran_defaults()` now checks the `SystemRequirements` field in the `DESCRIPTION` file for cargo and rustc. It will display installation instructions if either is missing or provide the minimum required version if the installed version is outdated. +* Added `use_msrv()` to aid in specifying the minimum supported rust version (MSRV) for an R package # rextend 0.3.1