Gwilym Inzani
7d6ea45670
Update ahash in the cargo.lock files.
...
Fixes #553 and allows building on latest nightly again.
2024-02-11 16:17:59 +00:00
Gwilym Inzani
ee432d05a6
rustc-hash isn't needed in agb itself any more ( #552 )
...
- [x] no changelog update needed
2024-02-09 22:05:36 +00:00
Gwilym Inzani
ff235a75f3
rustc_hash isn't needed in agb itself any more
2024-02-09 21:58:42 +00:00
Gwilym Inzani
e73d864d07
px_offset_x and px_offset_y were unused ( #551 )
...
These methods were unused and breaking the build
- [x] Changelog updated / no changelog update needed
2024-02-09 21:49:21 +00:00
Gwilym Inzani
bd4ae7d2fb
px_offset_x and px_offset_y were unused
2024-02-09 21:38:43 +00:00
Gwilym Inzani
c59a36b96e
Update Rust crate toml_edit to 0.22 ( #549 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [toml_edit](https://togithub.com/toml-rs/toml ) | dependencies | minor
| `0.21` -> `0.22` |
---
### Release Notes
<details>
<summary>toml-rs/toml (toml_edit)</summary>
###
[`v0.22.2`](https://togithub.com/toml-rs/toml/compare/v0.22.1...v0.22.2 )
[Compare
Source](https://togithub.com/toml-rs/toml/compare/v0.22.1...v0.22.2 )
###
[`v0.22.1`](https://togithub.com/toml-rs/toml/compare/v0.22.0...v0.22.1 )
[Compare
Source](https://togithub.com/toml-rs/toml/compare/v0.22.0...v0.22.1 )
###
[`v0.22.0`](https://togithub.com/toml-rs/toml/compare/v0.21.1...v0.22.0 )
[Compare
Source](https://togithub.com/toml-rs/toml/compare/v0.21.1...v0.22.0 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log [here](https://developer.mend.io/github/agbrs/agb ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-07 08:08:58 +00:00
GBA bot
5d82f96396
Update lockfiles
2024-02-06 22:49:04 +00:00
renovate[bot]
09295d9785
Update Rust crate toml_edit to 0.22
2024-02-06 22:48:37 +00:00
Gwilym Inzani
3f607b379a
Release v0.18.1
2024-02-06 22:36:11 +00:00
Gwilym Inzani
a87a4099d3
Pause channels ( #548 )
...
Requested here: https://github.com/agbrs/agb/discussions/547
Added methods to pause and resume playback of audio channels, and you
can use it with the mixer_basic example to prove it works.
- [x] Changelog updated / no changelog update needed
2024-02-03 22:18:08 +01:00
Gwilym Inzani
e3c299c13a
Add a changelog entry for pause and resume
2024-02-03 21:10:27 +00:00
Gwilym Inzani
fec06e0c69
Include pause and resume in the example
2024-02-03 21:09:37 +00:00
Gwilym Inzani
d8110243f4
Add pausing and resuming for sound channels
2024-02-03 21:09:37 +00:00
Gwilym Inzani
ac8e7d84f7
Expand $OUT_DIR in include_aseprite and include_background_gfx ( #545 )
...
As discussed in https://github.com/agbrs/agb/discussions/544 , this
expand $OUT_DIR when used in the **include_aseprite** and
**include_background_gfx** macros in order to support including from the
out directory.
Example usage:
`const SPRITE_0: &Graphics =
include_aseprite!("$OUT_DIR/sprite_0.aseprite");`
- [x] Changelog updated / no changelog update needed
2024-02-03 21:29:57 +01:00
Gwilym Inzani
ade1ba5718
Also include the docs in the agb lib itself
2024-02-03 20:22:06 +00:00
Constantin
03fb125d52
Changelog update
2024-02-03 13:41:27 +01:00
Constantin
b03268f363
Added macro doc
2024-02-03 13:40:59 +01:00
Gwilym Inzani
c5cbe957ab
Update Rust crate libc to 0.2.153 ( #546 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [libc](https://togithub.com/rust-lang/libc ) | dependencies | patch |
`0.2.152` -> `0.2.153` |
---
### Release Notes
<details>
<summary>rust-lang/libc (libc)</summary>
###
[`v0.2.153`](https://togithub.com/rust-lang/libc/releases/tag/0.2.153 )
[Compare
Source](https://togithub.com/rust-lang/libc/compare/0.2.152...0.2.153 )
##### What's Changed
- Add SOMAXCONN to vita on 0.2 (to fix std) by
[@​pheki](https://togithub.com/pheki ) in
[https://github.com/rust-lang/libc/pull/3552 ](https://togithub.com/rust-lang/libc/pull/3552 )
- Fix CI for v0.2 by [@​JohnTitor](https://togithub.com/JohnTitor )
in
[https://github.com/rust-lang/libc/pull/3557 ](https://togithub.com/rust-lang/libc/pull/3557 )
- \[Backport
[#​3548](https://togithub.com/rust-lang/libc/issues/3548 )] Add
ioctl FS_IOC\_{G,S}{ETVERSION,ETFLAGS} for LoongArch64 by
[@​heiher](https://togithub.com/heiher ) in
[https://github.com/rust-lang/libc/pull/3570 ](https://togithub.com/rust-lang/libc/pull/3570 )
- Add MFD_NOEXEC_SEAL and MFD_EXEC by
[@​rusty-snake](https://togithub.com/rusty-snake ) in
[https://github.com/rust-lang/libc/pull/3553 ](https://togithub.com/rust-lang/libc/pull/3553 )
- Backport of
[#​3546](https://togithub.com/rust-lang/libc/issues/3546 ) and
update crate version to 0.2.153 by
[@​GuillaumeGomez](https://togithub.com/GuillaumeGomez ) in
[https://github.com/rust-lang/libc/pull/3554 ](https://togithub.com/rust-lang/libc/pull/3554 )
##### New Contributors
- [@​rusty-snake](https://togithub.com/rusty-snake ) made their
first contribution in
[https://github.com/rust-lang/libc/pull/3553 ](https://togithub.com/rust-lang/libc/pull/3553 )
**Full Changelog**:
https://github.com/rust-lang/libc/compare/0.2.152...0.2.153
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log [here](https://developer.mend.io/github/agbrs/agb ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-02 23:08:17 +01:00
GBA bot
cc0853518b
Update lockfiles
2024-01-31 23:15:12 +00:00
renovate[bot]
bfd38f425b
Update Rust crate libc to 0.2.153
2024-01-31 23:14:44 +00:00
Constantin
3cd71b120f
Names update
2024-01-24 20:17:04 +01:00
Constantin
3fcab53f52
Expand $OUT_DIR in background and sprite include macros
2024-01-24 19:19:30 +01:00
Gwilym Inzani
356adb60e9
Update Rust crate pkg-config to 0.3.29 ( #542 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [pkg-config](https://togithub.com/rust-lang/pkg-config-rs ) |
build-dependencies | patch | `0.3.28` -> `0.3.29` |
---
### Release Notes
<details>
<summary>rust-lang/pkg-config-rs (pkg-config)</summary>
###
[`v0.3.29`](https://togithub.com/rust-lang/pkg-config-rs/blob/HEAD/CHANGELOG.md#0329---2024-01-17 )
[Compare
Source](https://togithub.com/rust-lang/pkg-config-rs/compare/0.3.28...0.3.29 )
##### Fixed
- Detection and usage of Windows static libraries
([#​154](https://togithub.com/rust-lang/pkg-config-rs/issues/154 )).
- Passing `-Wl,-u` to the linker if specified in the pkg-config file
([#​154](https://togithub.com/rust-lang/pkg-config-rs/issues/154 )).
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log [here](https://developer.mend.io/github/agbrs/agb ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-23 20:46:12 +00:00
Gwilym Inzani
42ec1520d7
Update actions/cache action to v4 ( #543 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/cache](https://togithub.com/actions/cache ) | action | major |
`v3` -> `v4` |
---
### Release Notes
<details>
<summary>actions/cache (actions/cache)</summary>
### [`v4`](https://togithub.com/actions/cache/compare/v3...v4 )
[Compare Source](https://togithub.com/actions/cache/compare/v3...v4 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log [here](https://developer.mend.io/github/agbrs/agb ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-23 20:45:56 +00:00
GBA bot
7a7aa5c57b
Update lockfiles
2024-01-17 17:23:23 +00:00
GBA bot
eb3b9b3c4a
Update lockfiles
2024-01-17 17:23:16 +00:00
renovate[bot]
94263ae20b
Update actions/cache action to v4
2024-01-17 17:22:50 +00:00
renovate[bot]
f6eade6c02
Update Rust crate pkg-config to 0.3.29
2024-01-17 17:22:45 +00:00
Corwin
863afbbe23
fix ewram name ( #541 )
...
- [ ] Changelog updated / no changelog update needed
2024-01-13 14:54:03 +00:00
Corwin
7c752b2e97
fix ewram name
2024-01-13 14:34:59 +00:00
Corwin
156fe0fe7d
Fix clippy and use nightly for CI builds ( #540 )
2024-01-13 10:46:06 +00:00
Corwin
e35bfd0636
use nightly explicitly
2024-01-13 10:36:10 +00:00
Corwin
8e367ab6b6
allow dead code of an enum parameter only used in a debug print
2024-01-13 10:31:33 +00:00
Corwin
3840c4ce80
remove unused enum parameter
2024-01-13 10:31:09 +00:00
Corwin
e13d844f1f
use cloned rather than a map that clones
2024-01-13 10:31:00 +00:00
Corwin
1132bc2383
use addr_of_mut rather than mut reference
2024-01-13 10:30:44 +00:00
Corwin
5e711ebb5f
use latest nightly
2024-01-13 10:06:12 +00:00
Corwin
85671edd4f
add projects to workspace
2024-01-13 10:05:04 +00:00
Corwin
018643f652
Remove autoscrolling from Purple Night ( #539 )
...
- [x] no changelog update needed
2024-01-09 21:53:28 +00:00
Corwin
8029e938f4
not autoscroll
2024-01-07 21:19:11 +00:00
Gwilym Inzani
004116969c
Update Rust crate libc to 0.2.152 ( #538 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [libc](https://togithub.com/rust-lang/libc ) | dependencies | patch |
`0.2.151` -> `0.2.152` |
---
### Release Notes
<details>
<summary>rust-lang/libc (libc)</summary>
###
[`v0.2.152`](https://togithub.com/rust-lang/libc/releases/tag/0.2.152 )
[Compare
Source](https://togithub.com/rust-lang/libc/compare/0.2.151...0.2.152 )
##### What's Changed
- openbsd: syscall() has been removed in upcoming OpenBSD 7.5 by
[@​semarie](https://togithub.com/semarie ) in
[https://github.com/rust-lang/libc/pull/3479 ](https://togithub.com/rust-lang/libc/pull/3479 )
- adding tcp_info to openbsd by
[@​devnexen](https://togithub.com/devnexen ) in
[https://github.com/rust-lang/libc/pull/3481 ](https://togithub.com/rust-lang/libc/pull/3481 )
- iadding yser_fpxregs_struct data to linux/musl i686. by
[@​devnexen](https://togithub.com/devnexen ) in
[https://github.com/rust-lang/libc/pull/3477 ](https://togithub.com/rust-lang/libc/pull/3477 )
- strftime\* api for \*BSD by
[@​devnexen](https://togithub.com/devnexen ) in
[https://github.com/rust-lang/libc/pull/3483 ](https://togithub.com/rust-lang/libc/pull/3483 )
- strftime_l for Linux glibc/musl by
[@​devnexen](https://togithub.com/devnexen ) in
[https://github.com/rust-lang/libc/pull/3484 ](https://togithub.com/rust-lang/libc/pull/3484 )
- adding iocb data for io_submit syscall for linux/glibc. by
[@​devnexen](https://togithub.com/devnexen ) in
[https://github.com/rust-lang/libc/pull/3486 ](https://togithub.com/rust-lang/libc/pull/3486 )
- Re-enable `i686-pc-windows-gnu` CI by
[@​JohnTitor](https://togithub.com/JohnTitor ) in
[https://github.com/rust-lang/libc/pull/3489 ](https://togithub.com/rust-lang/libc/pull/3489 )
- Stop testing on FreeBSD 12 by
[@​asomers](https://togithub.com/asomers ) in
[https://github.com/rust-lang/libc/pull/3475 ](https://togithub.com/rust-lang/libc/pull/3475 )
- Add `ifreq`, `ifconf` and related constants to Android by
[@​arctic-alpaca](https://togithub.com/arctic-alpaca ) in
[https://github.com/rust-lang/libc/pull/3487 ](https://togithub.com/rust-lang/libc/pull/3487 )
- Add waitid function for OpenBSD by
[@​lcheylus](https://togithub.com/lcheylus ) in
[https://github.com/rust-lang/libc/pull/3490 ](https://togithub.com/rust-lang/libc/pull/3490 )
- adding SOMAXCONN to redox by
[@​devnexen](https://togithub.com/devnexen ) in
[https://github.com/rust-lang/libc/pull/3491 ](https://togithub.com/rust-lang/libc/pull/3491 )
- Fix typos in comments by
[@​asomers](https://togithub.com/asomers ) in
[https://github.com/rust-lang/libc/pull/3492 ](https://togithub.com/rust-lang/libc/pull/3492 )
- fix typos in libc by
[@​Takashiidobe](https://togithub.com/Takashiidobe ) in
[https://github.com/rust-lang/libc/pull/3496 ](https://togithub.com/rust-lang/libc/pull/3496 )
- apple adding tcp_connection_info struct by
[@​devnexen](https://togithub.com/devnexen ) in
[https://github.com/rust-lang/libc/pull/3482 ](https://togithub.com/rust-lang/libc/pull/3482 )
- Improve the version parser of Emscripten by
[@​kleisauke](https://togithub.com/kleisauke ) in
[https://github.com/rust-lang/libc/pull/3498 ](https://togithub.com/rust-lang/libc/pull/3498 )
- Add constants from \<include/linux/sched.h> by
[@​GuillaumeGomez](https://togithub.com/GuillaumeGomez ) in
[https://github.com/rust-lang/libc/pull/3505 ](https://togithub.com/rust-lang/libc/pull/3505 )
- Define `TFD_TIMER_*` constants on FreeBSD. by
[@​sunfishcode](https://togithub.com/sunfishcode ) in
[https://github.com/rust-lang/libc/pull/3506 ](https://togithub.com/rust-lang/libc/pull/3506 )
- Add support for posix_spawn on OpenBSD by
[@​nuudlman](https://togithub.com/nuudlman ) in
[https://github.com/rust-lang/libc/pull/3502 ](https://togithub.com/rust-lang/libc/pull/3502 )
- clock_nanosleep for dragonflybsd, moving constants freebsd only too.
by [@​devnexen](https://togithub.com/devnexen ) in
[https://github.com/rust-lang/libc/pull/3509 ](https://togithub.com/rust-lang/libc/pull/3509 )
- solarish add fcntl's O_DIRECT constant. by
[@​devnexen](https://togithub.com/devnexen ) in
[https://github.com/rust-lang/libc/pull/3503 ](https://togithub.com/rust-lang/libc/pull/3503 )
- Unpin cc dependency version by
[@​JohnTitor](https://togithub.com/JohnTitor ) in
[https://github.com/rust-lang/libc/pull/3511 ](https://togithub.com/rust-lang/libc/pull/3511 )
- redox: add openpty, login_tty, TIOCSCTTY, and organize functions by
[@​jackpot51](https://togithub.com/jackpot51 ) in
[https://github.com/rust-lang/libc/pull/3512 ](https://togithub.com/rust-lang/libc/pull/3512 )
- Move all seccomp consts and structs into top-level mod by
[@​boustrophedon](https://togithub.com/boustrophedon ) in
[https://github.com/rust-lang/libc/pull/3343 ](https://togithub.com/rust-lang/libc/pull/3343 )
- freebsd 15 support proposal. by
[@​devnexen](https://togithub.com/devnexen ) in
[https://github.com/rust-lang/libc/pull/3508 ](https://togithub.com/rust-lang/libc/pull/3508 )
- Prepare workflow for merge queue by
[@​JohnTitor](https://togithub.com/JohnTitor ) in
[https://github.com/rust-lang/libc/pull/3514 ](https://togithub.com/rust-lang/libc/pull/3514 )
- Allow dead_code on `clockid_t` by
[@​JohnTitor](https://togithub.com/JohnTitor ) in
[https://github.com/rust-lang/libc/pull/3516 ](https://togithub.com/rust-lang/libc/pull/3516 )
- Add more items from `include/linux/sched.h` header by
[@​GuillaumeGomez](https://togithub.com/GuillaumeGomez ) in
[https://github.com/rust-lang/libc/pull/3515 ](https://togithub.com/rust-lang/libc/pull/3515 )
- fix typo by [@​shuoer86](https://togithub.com/shuoer86 ) in
[https://github.com/rust-lang/libc/pull/3517 ](https://togithub.com/rust-lang/libc/pull/3517 )
- Add sigsuspend to more targets: bsd, haiku, and solarish by
[@​asomers](https://togithub.com/asomers ) in
[https://github.com/rust-lang/libc/pull/3518 ](https://togithub.com/rust-lang/libc/pull/3518 )
- Tweak libc-0.2 CI by
[@​JohnTitor](https://togithub.com/JohnTitor ) in
[https://github.com/rust-lang/libc/pull/3519 ](https://togithub.com/rust-lang/libc/pull/3519 )
- fuchsia adding pthread_set/getname_np by
[@​devnexen](https://togithub.com/devnexen ) in
[https://github.com/rust-lang/libc/pull/3520 ](https://togithub.com/rust-lang/libc/pull/3520 )
- Prepare docs for libc v0.3 by
[@​JohnTitor](https://togithub.com/JohnTitor ) in
[https://github.com/rust-lang/libc/pull/3510 ](https://togithub.com/rust-lang/libc/pull/3510 )
- Merge main into libc-0.2 by
[@​JohnTitor](https://togithub.com/JohnTitor ) in
[https://github.com/rust-lang/libc/pull/3521 ](https://togithub.com/rust-lang/libc/pull/3521 )
- Prepare release for v0.2.152 by
[@​JohnTitor](https://togithub.com/JohnTitor ) in
[https://github.com/rust-lang/libc/pull/3522 ](https://togithub.com/rust-lang/libc/pull/3522 )
##### New Contributors
- [@​Takashiidobe](https://togithub.com/Takashiidobe ) made their
first contribution in
[https://github.com/rust-lang/libc/pull/3496 ](https://togithub.com/rust-lang/libc/pull/3496 )
- [@​nuudlman](https://togithub.com/nuudlman ) made their first
contribution in
[https://github.com/rust-lang/libc/pull/3502 ](https://togithub.com/rust-lang/libc/pull/3502 )
- [@​boustrophedon](https://togithub.com/boustrophedon ) made their
first contribution in
[https://github.com/rust-lang/libc/pull/3343 ](https://togithub.com/rust-lang/libc/pull/3343 )
- [@​shuoer86](https://togithub.com/shuoer86 ) made their first
contribution in
[https://github.com/rust-lang/libc/pull/3517 ](https://togithub.com/rust-lang/libc/pull/3517 )
**Full Changelog**:
https://github.com/rust-lang/libc/compare/0.2.151...0.2.152
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log [here](https://developer.mend.io/github/agbrs/agb ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-07 21:09:25 +00:00
GBA bot
4fdd0e0263
Update lockfiles
2024-01-07 15:10:41 +00:00
renovate[bot]
d1d4139813
Update Rust crate libc to 0.2.152
2024-01-07 15:10:06 +00:00
Gwilym Inzani
64989249c9
Update actions/upload-artifact action to v4 ( #530 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
|
[actions/upload-artifact](https://togithub.com/actions/upload-artifact )
| action | major | `v3` -> `v4` |
---
### Release Notes
<details>
<summary>actions/upload-artifact (actions/upload-artifact)</summary>
### [`v4`](https://togithub.com/actions/upload-artifact/compare/v3...v4 )
[Compare
Source](https://togithub.com/actions/upload-artifact/compare/v3...v4 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log [here](https://developer.mend.io/github/agbrs/agb ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45My4xIiwidXBkYXRlZEluVmVyIjoiMzcuMTAzLjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2023-12-28 22:47:17 +00:00
renovate[bot]
04d1b9ebe0
Update actions/upload-artifact action to v4
2023-12-28 22:39:14 +00:00
Gwilym Inzani
2c4455ab6d
Update Rust crate libc to 0.2.151 ( #528 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [libc](https://togithub.com/rust-lang/libc ) | dependencies | patch |
`0.2.150` -> `0.2.151` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log [here](https://developer.mend.io/github/agbrs/agb ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuMTAzLjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2023-12-28 22:38:45 +00:00
GBA bot
91154a897e
Update lockfiles
2023-12-28 22:33:58 +00:00
renovate[bot]
f617532a74
Update Rust crate libc to 0.2.151
2023-12-28 22:33:31 +00:00
Gwilym Inzani
e8f5132c02
Add docs for priority ( #526 )
...
- [x] no changelog update needed
2023-12-28 22:33:06 +00:00
Gwilym Inzani
0faa5a5df3
Update Rust crate pkg-config to 0.3.28 ( #531 )
...
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg )](https://renovatebot.com )
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [pkg-config](https://togithub.com/rust-lang/pkg-config-rs ) |
build-dependencies | patch | `0.3.27` -> `0.3.28` |
---
### Release Notes
<details>
<summary>rust-lang/pkg-config-rs (pkg-config)</summary>
###
[`v0.3.28`](https://togithub.com/rust-lang/pkg-config-rs/blob/HEAD/CHANGELOG.md#0328---2023-12-20 )
[Compare
Source](https://togithub.com/rust-lang/pkg-config-rs/compare/0.3.27...0.3.28 )
##### Fixed
- Pass -l:libfoo.a to linker directly
([#​149](https://togithub.com/rust-lang/pkg-config-rs/issues/149 )).
##### Changed
- Improve error message when library not found
([#​158](https://togithub.com/rust-lang/pkg-config-rs/issues/158 )).
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log [here](https://developer.mend.io/github/agbrs/agb ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-26 21:42:23 +00:00