ebkalderon / renderdoc-rs

RenderDoc application bindings for Rust
Apache License 2.0
45 stars 6 forks source link

Update libloading requirement from 0.7 to 0.8 #148

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 1 year ago

Updates the requirements on libloading to permit the latest version.

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
torokati44 commented 8 months ago

Having this merged (and a new release published) would let us avoid duplicating libloading in our dependency tree over at https://github.com/ruffle-rs/ruffle. Can we expect this to happen sometime in the near future? :pray:

ebkalderon commented 8 months ago

Sure thing, @torokati44! It looks like everything passes CI over here, so it should hopefully be pretty straightforward to draft a release either today or this weekend. :eyes:

torokati44 commented 8 months ago

Amazing, thank you! :partying_face:

ebkalderon commented 8 months ago

No problem! Turns out I have some time right now. :smile: I've drafted a 0.12.0 release on GitHub, and I'm in the middle of publishing to crates.io. Does a minor release bump sound good to you?

torokati44 commented 8 months ago

Yep, that sounds just fine!

ebkalderon commented 8 months ago

Cool! Well, release 0.12.0 of the renderdoc crate has just been published. I appreciate the ping!

torokati44 commented 8 months ago

Well this was quick. Thank you so much!