Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions inst/templates/msrv.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ no_cargo_msg <- c(
"Alternatively, you may install Cargo from your OS package manager:",
" - Debian/Ubuntu: apt-get install cargo",
" - Fedora/CentOS: dnf install cargo",
" - macOS: brew install rustc",
" - macOS: brew install rust",
"-------------------------------------------------------------------"
)

Expand All @@ -49,7 +49,7 @@ no_rustc_msg <- c(
"Alternatively, you may install Rust from your OS package manager:",
" - Debian/Ubuntu: apt-get install rustc",
" - Fedora/CentOS: dnf install rustc",
" - macOS: brew install rustc",
" - macOS: brew install rust",
"-------------------------------------------------------------------"
)

Expand Down
4 changes: 2 additions & 2 deletions tests/testthat/_snaps/use_extendr.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"Alternatively, you may install Cargo from your OS package manager:",
" - Debian/Ubuntu: apt-get install cargo",
" - Fedora/CentOS: dnf install cargo",
" - macOS: brew install rustc",
" - macOS: brew install rust",
"-------------------------------------------------------------------"
)

Expand All @@ -116,7 +116,7 @@
"Alternatively, you may install Rust from your OS package manager:",
" - Debian/Ubuntu: apt-get install rustc",
" - Fedora/CentOS: dnf install rustc",
" - macOS: brew install rustc",
" - macOS: brew install rust",
"-------------------------------------------------------------------"
)

Expand Down
Loading