You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: failed to select a version for the requirement rayon = "^1.3.0"
candidate versions found which didn't match: 1.8.0, 1.7.0, 1.6.1, ...
location searched: crates.io index
required by package specs v0.16.1
... which satisfies dependency specs = "^0.16.1" (locked to 0.16.1)
Meta
Rust version: 1.56.0, 1.56.1, 1.59.0, 1.82.0
Specs version / commit: 0.16.1, 0.20.0
Operating system: Windows 64bit
[dependencies]
rltk = { version = "0.8.0" }
specs = { version = "0.16.1" }
specs-derive = "0.4.1"
Reproduction
Steps to reproduce the behavior:
Compile cargo that depends on Specs
Expected behavior
I expected specs to have ready access to an appropriate version of rayon
The text was updated successfully, but these errors were encountered:
Description
error: failed to select a version for the requirement
rayon = "^1.3.0"
candidate versions found which didn't match: 1.8.0, 1.7.0, 1.6.1, ...
location searched: crates.io index
required by package
specs v0.16.1
... which satisfies dependency
specs = "^0.16.1"
(locked to 0.16.1)Meta
Rust version: 1.56.0, 1.56.1, 1.59.0, 1.82.0
Specs version / commit: 0.16.1, 0.20.0
Operating system: Windows 64bit
[dependencies]
rltk = { version = "0.8.0" }
specs = { version = "0.16.1" }
specs-derive = "0.4.1"
Reproduction
Steps to reproduce the behavior:
Compile cargo that depends on Specs
Expected behavior
I expected specs to have ready access to an appropriate version of rayon
The text was updated successfully, but these errors were encountered: