Skip to content
New issue

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

Problem with dependency time #279

Closed
hanusek opened this issue Dec 23, 2022 · 0 comments
Closed

Problem with dependency time #279

hanusek opened this issue Dec 23, 2022 · 0 comments

Comments

@hanusek
Copy link

hanusek commented Dec 23, 2022

Hello @Keats
I have a problem with dependency: error: failed to select a version for the requirement time = "=0.3.17"
How to fix it?

Cargo.toml:

[package]
name = "jwt_tests"
version = "0.1.0"
edition = "2018"

[dependencies]
jsonwebtoken = "8"
serde = {version = "1.0", features = ["derive"] }

My compiler: rust 1.54 (required by yocto).

log:

$ cargo +1.54 b
    Updating crates.io index
error: failed to select a version for the requirement `time = "=0.3.17"`
candidate versions found which didn't match: 0.3.15, 0.3.14, 0.3.13, ...
location searched: crates.io index
required by package `simple_asn1 v0.6.2`
    ... which is depended on by `jsonwebtoken v8.2.0`
    ... which is depended on by `speedy_tests v0.1.0 (/home/mhanusek/work/code/rnd/jwt_tests)`
@Keats Keats closed this as completed Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants