Skip to content

Commit 032cbd6

Browse files
committed
update news with msrv
1 parent 849e09b commit 032cbd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NEWS.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* Added `use_crate()` function to make adding dependencies to Cargo.toml easier within R, similar to `usethis::use_package()` (#361)
1616
* Fixed an issue in `rust_source()` family of functions that prevented usage of `r#` escape sequences in Rust function names (#374)
1717
* `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.
18+
* Added `use_msrv()` to aid in specifying the minimum supported rust version (MSRV) for an R package
1819

1920
# rextend 0.3.1
2021

0 commit comments

Comments
 (0)