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

chore(deps-rs): update inkwell requirement from 0.4.0 to 0.5.0 in the minor group #1708

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Updates the requirements on inkwell to permit the latest version.
Updates inkwell to 0.5.0

Release notes

Sourced from inkwell's releases.

0.5.0

What's Changed

New Contributors

Full Changelog: TheDan64/inkwell@0.4.0...0.5.0

Commits
  • 393a1b8 Prepare for inkwell 0.5.0
  • a8361b1 Provide get_gep_source_element_type and InstructionValue -> CallSiteValue (#506)
  • 89e06af expose functions for working with LLVMContextRef for interoperability with ot...
  • c3f6e05 Fix memory leak caused by LLVMVerifyModule function call (#507)
  • d1c0936 Marked const_float_from_string as unsafe. Fixes #513 (#519)
  • 5c9f7fc Fix compilation on MacOS (#498)
  • 7684346 Fix rustc and clippy warnings (#492)
  • 6c0fb56 Update llvm_versions macro syntax to match Rust ranges (#493)
  • 5d5a531 Add opaque pointers (#468)
  • d916c66 renamed bitcast to bit_cast (#486)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner November 25, 2024 23:28
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 25, 2024
@dependabot dependabot bot requested a review from aborgna-q November 25, 2024 23:28
@aborgna-q aborgna-q added the run-ci-checks Special label to force running all checks in CI label Nov 26, 2024
@aborgna-q
Copy link
Collaborator

@dependabot rebase

Updates the requirements on [inkwell](https://github.com/TheDan64/inkwell) to permit the latest version.

Updates `inkwell` to 0.5.0
- [Release notes](https://github.com/TheDan64/inkwell/releases)
- [Commits](TheDan64/inkwell@0.4.0...0.5.0)

---
updated-dependencies:
- dependency-name: inkwell
  dependency-type: direct:production
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/minor-35f87b1a2b branch from 8e3ab03 to ccc2257 Compare November 26, 2024 10:11
@aborgna-q aborgna-q self-assigned this Nov 26, 2024
Copy link

codecov bot commented Nov 26, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 86.34%. Comparing base (fa35840) to head (14acd37).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
hugr-llvm/src/extension/prelude/array.rs 50.00% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1708   +/-   ##
=======================================
  Coverage   86.34%   86.34%           
=======================================
  Files         166      166           
  Lines       29747    29747           
  Branches    26659    26659           
=======================================
  Hits        25684    25684           
  Misses       2537     2537           
  Partials     1526     1526           
Flag Coverage Δ
rust 85.63% <50.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file run-ci-checks Special label to force running all checks in CI rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant