We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There will probably be a port to a more modern nightly version, and/or deprecating this library in favor for a better one.
But while that's in progress, I'm facing this issue
rust-toolchain
cargo build
error: package `regex v1.8.3` cannot be built because it requires rustc 1.60.0 or newer, while the currently active rustc version is 1.59.0-nightly
PC Specs: Windows 10 (22H2) Intel i7-10750H NVIDIA GeForce GTX 1660 Ti
CUDA Version:
Built on Wed_Feb__8_05:53:42_Coordinated_Universal_Time_2023 Cuda compilation tools, release 12.1, V12.1.66 Build cuda_12.1.r12.1/compiler.32415258_0
Fixes Attempted:
~/.cargo/registry
regex = "1.7"
The text was updated successfully, but these errors were encountered:
Note: #103 Issue fix does not work anymore
Sorry, something went wrong.
No branches or pull requests
There will probably be a port to a more modern nightly version, and/or deprecating this library in favor for a better one.
But while that's in progress, I'm facing this issue
rust-toolchain
file in foldercargo build
in CPU side ->PC Specs:
Windows 10 (22H2)
Intel i7-10750H
NVIDIA GeForce GTX 1660 Ti
CUDA Version:
Fixes Attempted:
~/.cargo/registry
regex = "1.7"
to dependency list in Cargo.tomlThe text was updated successfully, but these errors were encountered: