-
Notifications
You must be signed in to change notification settings - Fork 33
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
Dependency issue, untrusted = "^0.5" #263
Comments
Hello! We've fixed this in git. We're in the middle of a pretty large radical refactor, where we've migrated to futures, and made rust-tuf more compliant with the TUF-1.0 spec. @heartsucker: I suppose we could cut a 0.3.0-alpha. I'm not sure if we want to release 0.3.0 yet, but things seem comparatively stable. We could cut a 0.3.0-alpha4 if you aren't worried about breaking compatibility with 0.3.0-alpha3. |
It says alpha, so there's not guarantees of compatibility. 😅 If you want, I can cut another alpha from the head of |
Looks like we have a problem. Cargo won't let me publish.
|
I was attempting to try out rust-tuf in an application,
In my Cargo.toml under dependencies, i tried both
tuf = "0.3.0-alpha3"
andtuf = "0.2.0"
both with the same issue.any idea where i should go from here ?
The text was updated successfully, but these errors were encountered: