> As such, I cannot manage the MSRV of the package's dependencies.
It seems the reason for geographiclib-rs's MSRV is just that it uses
std::sync::OnceLock. Maybe a possible workaround is to fork the repo and
replace it with the once_cell crate? You should be able to override the
dependency by [pa
I think saying that Fedora is not supported is the wrong solution,
unless you know that Rust version 1.70 will never be supported on
Fedora. Isn't the appropriate solution to document the MSRV in the
SystemRequirements field of your DESCRIPTION file?
When you submit, point out that you have d
Hi all!
I have 2 errors related to minimum supported rust version (MSRV) on fedora
https://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-fedora-clang/rsgeo-00install.html
that I do not know how to resolve.
The package {rsgeo} has a dependency on the rust crate geo which itself has
a depend