Regex-Syntax module can't compile
HenriMalahieude opened this issue · 1 comments
HenriMalahieude commented
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
- Clean Rust Download
- Follow the Add_Kernel example
rust-toolchainfile in foldercargo buildin CPU side ->
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:
- Deleted
~/.cargo/registry - Uninstalled and reinstalled nightly-2021-12-04 version
- Added
regex = "1.7"to dependency list in Cargo.toml
HenriMalahieude commented
Note: #103 Issue fix does not work anymore