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

Compile error with pinned version of rust toolchain #268

Closed
cduvray opened this issue Oct 24, 2022 · 1 comment
Closed

Compile error with pinned version of rust toolchain #268

cduvray opened this issue Oct 24, 2022 · 1 comment

Comments

@cduvray
Copy link
Contributor

cduvray commented Oct 24, 2022

Hello,

The project does not compile any more with pinned version of the toolchain 1.56.0 (ci.yml).

You should either:

  • update the pinned version 1.59 minimum (time = "0.3" -> 0.3.15)
  • or force the version of "time" to ("=0.3.9")

Or is there an other solution to be able to pass the CI checks?

C.

@cduvray cduvray changed the title Not compiling any more with pinned version of rust toolchain Compile error with pinned version of rust toolchain Oct 24, 2022
@Keats
Copy link
Owner

Keats commented Oct 25, 2022

Let's bump the pinned CI version

cduvray added a commit to cduvray/jsonwebtoken that referenced this issue Oct 27, 2022
- dependency time 0.3.15 supporting 1.59+
@Keats Keats closed this as completed in 7081a83 Oct 27, 2022
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