This repository has been archived by the owner on Nov 14, 2022. It is now read-only.
Replies: 1 comment 2 replies
-
I'll try to update the crates.io version more frequently from now on. But with daily PRs I can't guarantee that the crates.io version always is up to date. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to package my app for cargo to upload onto crates.io, however it will not allow me to do it because my ftx dependency is relying on the nightly version of this module, which does not have a version number. A temporary fix could be upping the version release again inside github because passing
ftx = { git="https://github.com/fabianboesiger/ftx", branch = "main", version = "0.4" }
made it work, but then the latest fixes caused it to not work properly. It would be nice to have a release schedule for cargo, or for the package version to be updated more frequently, at least inside this repo.Beta Was this translation helpful? Give feedback.
All reactions