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

Request A Release #1025

Open
Coekjan opened this issue Nov 1, 2024 · 1 comment
Open

Request A Release #1025

Coekjan opened this issue Nov 1, 2024 · 1 comment

Comments

@Coekjan
Copy link
Contributor

Coekjan commented Nov 1, 2024

My project is blocked by #1013 these days. Although it is fixed on the main branch, cbindgen has not released a new version yet. I know I can use cbindgen = { git = ..., rev = ... } in my Cargo.toml to specify the unreleased version, which however is a stopgap measure in my view.

I see the readme says:

cbindgen/README.md

Lines 94 to 98 in 89a9faa

# Releases
cbindgen doesn't have a fixed release calendar, please file an issue requesting
a release if there's something fixed in trunk that you need released. Ping
`@emilio` for increased effect.

So, kindly ping @emilio :)

@youknowone
Copy link
Contributor

Rather than directly depending on a git version, adding a patch revision is also possible until a new cargo release

[patch.crates-io]
cbindgen = { git = "https://github.com/mozilla/cbindgen.git", rev = "..." }

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