Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2025

Bumps the all group in /local-registry with 13 updates:

Package From To
anyhow 1.0.98 1.0.99
bitflags 2.9.1 2.9.3
counter 0.6.0 0.7.0
enumset 1.1.7 1.1.10
if_chain 1.0.2 1.0.3
indexmap 2.10.0 2.11.0
phf 0.12.1 0.13.1
phf_macros 0.12.1 0.13.1
rayon 1.10.0 1.11.0
regex-lite 0.1.6 0.1.7
thiserror 2.0.12 2.0.16
time 0.3.41 0.3.42
uuid 1.17.0 1.18.0

Updates anyhow from 1.0.98 to 1.0.99

Release notes

Sourced from anyhow's releases.

1.0.99

  • Allow build-script cleanup failure with NFSv3 output directory to be non-fatal (#420)
Commits
  • f2b963a Release 1.0.99
  • 2c64c15 Merge pull request #420 from dtolnay/enotempty
  • 8cf66f7 Allow build-script cleanup failure with NFSv3 output directory to be non-fatal
  • f5e145c Revert "Pin nightly toolchain used for miri job"
  • 1d7ef1d Update ui test suite to nightly-2025-06-30
  • 6929572 Update ui test suite to nightly-2025-06-18
  • 37224e3 Ignore mismatched_lifetime_syntaxes lint
  • 11f0e81 Pin nightly toolchain used for miri job
  • d04c999 Raise required compiler for backtrace feature to rust 1.82
  • 219d163 Update test suite to nightly-2025-05-01
  • See full diff in compare view

Updates bitflags from 2.9.1 to 2.9.3

Release notes

Sourced from bitflags's releases.

2.9.3

What's Changed

New Contributors

Full Changelog: bitflags/bitflags@2.9.2...2.9.3

2.9.2

What's Changed

Full Changelog: bitflags/bitflags@2.9.1...2.9.2

Changelog

Sourced from bitflags's changelog.

2.9.3

What's Changed

New Contributors

Full Changelog: bitflags/bitflags@2.9.2...2.9.3

2.9.2

What's Changed

Full Changelog: bitflags/bitflags@2.9.1...2.9.2

Commits
  • f59ad49 Merge pull request #459 from KodrAus/cargo/2.9.3
  • 2c3a4f4 prepare for 2.9.3 release
  • 9e1cf3e Merge pull request #458 from nnethercote/streamline-generated-code
  • a3f1f78 Avoid calling InternalBitFlags::{bits,from_bits_retain}.
  • aead794 Avoid local variables in generated code.
  • 85b5e60 Merge pull request #456 from KodrAus/cargo/2.9.2
  • d185ca5 remove reference to std internal features
  • 82a365f prepare for 2.9.2 release
  • f1beb28 Merge pull request #454 from KodrAus/fix/rustc-dep-of-std
  • ef247c5 update more error messages
  • Additional commits viewable in compare view

Updates counter from 0.6.0 to 0.7.0

Release notes

Sourced from counter's releases.

v0.7.0 - custom hashers

What's Changed

New Contributors

Full Changelog: coriolinus/counter-rs@v0.6.0...v0.7.0

Changelog

Sourced from counter's changelog.

[0.7.0] - 2025-08-13

🚀 Features

  • Get trait bounds out of struct definition
  • Add support for custom hashers

💼 Other

  • Use a more modern ci config
  • Try again to improve ci
  • Default branch is master in this repo
  • Add changelog generation pre-release hook

⚙️ Miscellaneous Tasks

  • Fix cargo clippy
Commits
  • 5fe3b55 chore: Release counter version 0.7.0
  • 4c318e6 build: improve the release / distro process
  • f35a0f3 build: add changelog generation pre-release hook
  • 07e6344 Merge pull request #51 from mjclarke94/custom-hasher
  • 99ff5c3 feat: add support for custom hashers
  • 3b3faf2 feat: get trait bounds out of struct definition
  • d4a52cf chore: fix cargo clippy
  • 0a8067f build: default branch is master in this repo
  • cdf14e2 build: try again to improve ci
  • ce59980 build: use a more modern ci config
  • See full diff in compare view

Updates enumset from 1.1.7 to 1.1.10

Changelog

Sourced from enumset's changelog.

Version 1.1.10 (2025-08-21)

  • Improve the macro code to avoid exposing the internal repr of EnumSet as a public field.
  • Fixes combinations of repr and serialize_repr that previously resulted in errors.
  • Fixed some minor hygiene issues with the procedural macro.
  • Small improvements and clarifications to the documentation.

Version 1.1.9 (2025-08-17)

  • Fixes a bug that causes compilation failures when a crate (such as defmt) exposes a macro called assert!. (thanks @​bugadani)

Version 1.1.8 (2025-08-16)

New Features

  • Add From<[T; N]>, Extend<&'a T>, and Extend<&'a EnumSet<T>> implementations to EnumSet<T>.
  • Added a new #[enumset(map = "...")] annotation that allows controlling how enum variants are mapped to bits in the underlying bitset.

Enhancements

  • Optimizations for sparse bitsets and sets larger than 64 variants.
  • Added basic support for specifying enum discriminators via simple expressions like 1 << 30.
Commits
  • a808e1d Bump version to 1.1.10
  • a3764c4 Update release notes.
  • 46fbe60 Document the const time macros better.
  • 773d04b Fix small bugs remaining in the codebase.
  • 6255bad Merge branch 'temp_macro_rework' into v1.1.x
  • e40e6a1 Rework macros to not require exposing __priv_expr publically.
  • f588bc5 Fix several bugs revealed by code coverage reports.
  • 844b194 Remove some dead code.
  • 2eaf42d Opps, actually add the test.
  • 4d8ef13 Add a test for obvious hygiene issues.
  • Additional commits viewable in compare view

Updates if_chain from 1.0.2 to 1.0.3

Release notes

Sourced from if_chain's releases.

v1.0.3

  • Soft-deprecate this crate
Changelog

Sourced from if_chain's changelog.

[1.0.3] - 2024-08-30

  • Soft-deprecate this crate.
Commits

Updates indexmap from 2.10.0 to 2.11.0

Changelog

Sourced from indexmap's changelog.

2.11.0 (2025-08-22)

  • Added insert_sorted_by and insert_sorted_by_key methods to IndexMap, IndexSet, and VacantEntry, like customizable versions of insert_sorted.
  • Added is_sorted, is_sorted_by, and is_sorted_by_key methods to IndexMap and IndexSet, as well as their Slice counterparts.
  • Added sort_by_key and sort_unstable_by_key methods to IndexMap and IndexSet, as well as parallel counterparts.
  • Added replace_index methods to IndexMap, IndexSet, and VacantEntry to replace the key (or set value) at a given index.
  • Added optional sval serialization support.
Commits
  • 91d53ad Merge pull request #409 from cuviper/release-2.11.0
  • cf566a7 Release 2.11.0
  • 2e173dc Merge pull request #408 from cuviper/is_sorted
  • e4bb7d0 Add is_sorted{,_by,_by_key}
  • 0f40489 Merge pull request #407 from cuviper/sort_by_key
  • ab9e461 Add sort_by_key and sort_unstable_by_key
  • a468ca4 Normalize to ASCII apostrophes
  • 7939ae9 Merge pull request #406 from cuviper/more-insert_sorted_by
  • 354345b Take two entries in insert_sorted_by
  • 314ec7d Add quick checks for insert_sorted_by
  • Additional commits viewable in compare view

Updates phf from 0.12.1 to 0.13.1

Commits
  • 1e518a6 Prepare a release for v0.13.1
  • 6e87a16 Merge pull request #350 from JohnTitor/release-0.13.0
  • a8e8d69 Prepare a release for v0.13.0
  • 175aae4 Merge pull request #348 from JohnTitor/support-or-pattern
  • 4e85433 feat: Support OR pattern key
  • 926eb67 Merge pull request #347 from JohnTitor/chore/minimal-version-check
  • a9eaf7f chore: Check minimal deps version check in CI
  • 713a6f1 Merge pull request #345 from def-/patch-1
  • 1c67703 Remove outdated limitation link in README.md
  • 478afb4 Merge pull request #344 from JohnTitor/feat/tuple-support
  • Additional commits viewable in compare view

Updates phf_macros from 0.12.1 to 0.13.1

Commits
  • 1e518a6 Prepare a release for v0.13.1
  • 6e87a16 Merge pull request #350 from JohnTitor/release-0.13.0
  • a8e8d69 Prepare a release for v0.13.0
  • 175aae4 Merge pull request #348 from JohnTitor/support-or-pattern
  • 4e85433 feat: Support OR pattern key
  • 926eb67 Merge pull request #347 from JohnTitor/chore/minimal-version-check
  • a9eaf7f chore: Check minimal deps version check in CI
  • 713a6f1 Merge pull request #345 from def-/patch-1
  • 1c67703 Remove outdated limitation link in README.md
  • 478afb4 Merge pull request #344 from JohnTitor/feat/tuple-support
  • Additional commits viewable in compare view

Updates rayon from 1.10.0 to 1.11.0

Changelog

Sourced from rayon's changelog.

Release rayon 1.11.0 / rayon-core 1.13.0 (2025-08-12)

  • The minimum supported rustc is now 1.80.
  • iter::repeatn has been renamed to iter::repeat_n to match the name stabilized in the standard library. The old name still exists as a deprecated function for compatibility.
  • Fixed a bug in in_place_scope when the default global registry uses the current thread, like on WebAssembly without threading support.
  • binary_heap::Iter no longer requires a temporary allocation.
  • Relaxed trait bounds on many of the public structs.
  • Implemented IntoParallelIterator for Box<[T]> and its references.
  • Implemented FromParallelIterator<_> for Box<str> via String.
Commits

Updates regex-lite from 0.1.6 to 0.1.7

Changelog

Sourced from regex-lite's changelog.

0.1.79

  • Require regex-syntax 0.3.8.

0.1.78

  • [PR #290](rust-lang/regex#290): Fixes bug #289, which caused some regexes with a certain combination of literals to match incorrectly.

0.1.77

0.1.76

  • Tweak criteria for using the Teddy literal matcher.

0.1.75

  • [PR #275](rust-lang/regex#275): Improves match verification performance in the Teddy SIMD searcher.
  • [PR #278](rust-lang/regex#278): Replaces slow substring loop in the Teddy SIMD searcher with Aho-Corasick.
  • Implemented DoubleEndedIterator on regex set match iterators.

0.1.74

  • Release regex-syntax 0.3.5 with a minor bug fix.
  • Fix bug #272.
  • Fix bug #277.
  • [PR #270](rust-lang/regex#270): Fixes bugs #264, #268 and an unreported where the DFA cache size could be drastically underestimated in some cases (leading to high unexpected memory usage).

0.1.73

  • Release regex-syntax 0.3.4.
  • Bump regex-syntax dependency version for regex to 0.3.4.

0.1.72

0.1.71

... (truncated)

Commits
  • 45c3da7 regex-lite-0.1.7
  • 873ed80 regex-automata-0.4.10
  • ea834f8 regex-syntax-0.8.6
  • 86836fb changelog: 1.11.2
  • 63a26c1 cargo: ensure that 'perf' doesn't enable 'std' implicitly (#1150)
  • dd96592 doc: clarify CRLF mode effect
  • 931dae0 cargo: point repository metadata to clonable URLs
  • a66fde6 doc: remove references to non-existent parameters
  • 1873e96 automata: add DFA::set_prefilter method to the DFA types
  • 89ff153 doc: fix misspelling typo
  • Additional commits viewable in compare view

Updates thiserror from 2.0.12 to 2.0.16

Release notes

Sourced from thiserror's releases.

2.0.16

  • Add to "no-std" crates.io category (#429)

2.0.15

  • Prevent Error::provide API becoming unavailable from a future new compiler lint (#427)

2.0.14

  • Allow build-script cleanup failure with NFSv3 output directory to be non-fatal (#426)

2.0.13

  • Documentation improvements
Commits
  • 40b5853 Release 2.0.16
  • 83dfb5f Merge pull request #429 from dtolnay/nostd
  • 9b4a99f Add to "no-std" crates.io category
  • f6145eb Release 2.0.15
  • 2717177 Merge pull request #427 from dtolnay/caplints
  • 2cd13e6 Make error_generic_member_access compatible with -Dwarnings
  • eea6799 Release 2.0.14
  • a2aa6d7 Merge pull request #426 from dtolnay/enotempty
  • f00ebc5 Allow build-script cleanup failure with NFSv3 output directory to be non-fatal
  • 61f28da Release 2.0.13
  • Additional commits viewable in compare view

Updates time from 0.3.41 to 0.3.42

Release notes

Sourced from time's releases.

v0.3.42

See the changelog for details.

Changelog

Sourced from time's changelog.

0.3.42 [2025-08-31]

Added

  • Time::duration_until
  • Time::duration_since
  • per_t method for all types in time::convert. This is similar to the existing per method, but can return any of the primitive numeric types that can represent the result. This will cut down on as casts while ensuring correctness. Type inference isn't perfect, so you may need to provide a type annotation in some situations.
  • impl PartialOrd for Month and impl Ord for Month; this assumes the months are in the same year
  • SystemTimeExt trait, adding methods for checked arithmetic with time::Duration and obtaining the difference between two SystemTimes as a time::Duration
  • Permit using UtcDateTime with rand (this was inadvertently omitted previously)
  • impl core::error::Error for all error types (now available when the std feature is disabled)
  • MacOS can now obtain the local UTC offset in multi-threaded programs as the system APIs are thread-safe.
  • #[track_caller] has been added to all relevant methods.

Changed

  • The minimum supported Rust version is now 1.81.0.
  • The dependency on itoa has been removed, as the standard library now has similar functionality by default.
  • Formatting a component that involves a floating point number is now guaranteed to be deterministic, avoiding any subtle differences between platforms or compiler versions.

Fixed

  • Serializing timestamps with nanosecond precision should always emit the correct value. Previously, it could be off by one nanosecond due to floating point imprecision.
  • A previously unknown bug in OffsetDateTime::to_offset and UtcDateTime::to_offset has been fixed. The bug could result in a value that was invalid. It was unlikely to ever occur in real-world code, as it involved passing a UTC offset that has never been used in any location.

Miscellaneous

  • The amount of code generated by macros has been massively reduced, on the order of 65-70% for typical use cases of format_description!.
  • Significant performance gains for comparisons of Time, PrimitiveDateTime, UtcDateTime, and OffsetDateTime. The first three have gains of approximately 85% (i.e. 6× faster).
  • Nearly all methods are #[inline].
Commits

Updates uuid from 1.17.0 to 1.18.0

Release notes

Sourced from uuid's releases.

v1.18.0

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.17.0...v1.18.0

Commits
  • 60a49eb Merge pull request #839 from uuid-rs/cargo/v1.18.0
  • eb8c697 prepare for 1.18.0 release
  • 281f26f Merge pull request #838 from uuid-rs/chore/time-conversion
  • 2d67ab2 don't use allocated values in errors
  • c284ed5 wrap the error type used in time conversions
  • 87a4359 Merge pull request #835 from dcormier/main
  • 8927396 Merge pull request #837 from uuid-rs/fix/lifetime-syntaxes
  • 6dfb4b1 Conversions between Timestamp and std::time::SystemTime
  • b508383 fix up mismatched_lifetime_syntaxes lint
  • See full diff 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

Bumps the all group in /local-registry with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.98` | `1.0.99` |
| [bitflags](https://github.com/bitflags/bitflags) | `2.9.1` | `2.9.3` |
| [counter](https://github.com/coriolinus/counter-rs) | `0.6.0` | `0.7.0` |
| [enumset](https://github.com/Lymia/enumset) | `1.1.7` | `1.1.10` |
| [if_chain](https://github.com/lambda-fairy/if_chain) | `1.0.2` | `1.0.3` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.10.0` | `2.11.0` |
| [phf](https://github.com/rust-phf/rust-phf) | `0.12.1` | `0.13.1` |
| [phf_macros](https://github.com/rust-phf/rust-phf) | `0.12.1` | `0.13.1` |
| [rayon](https://github.com/rayon-rs/rayon) | `1.10.0` | `1.11.0` |
| [regex-lite](https://github.com/rust-lang/regex) | `0.1.6` | `0.1.7` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.12` | `2.0.16` |
| [time](https://github.com/time-rs/time) | `0.3.41` | `0.3.42` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.17.0` | `1.18.0` |


Updates `anyhow` from 1.0.98 to 1.0.99
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.98...1.0.99)

Updates `bitflags` from 2.9.1 to 2.9.3
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](bitflags/bitflags@2.9.1...2.9.3)

Updates `counter` from 0.6.0 to 0.7.0
- [Release notes](https://github.com/coriolinus/counter-rs/releases)
- [Changelog](https://github.com/coriolinus/counter-rs/blob/master/CHANGELOG.md)
- [Commits](coriolinus/counter-rs@v0.6.0...v0.7.0)

Updates `enumset` from 1.1.7 to 1.1.10
- [Changelog](https://github.com/Lymia/enumset/blob/main/RELEASES.md)
- [Commits](Lymia/enumset@v1.1.7...v1.1.10)

Updates `if_chain` from 1.0.2 to 1.0.3
- [Release notes](https://github.com/lambda-fairy/if_chain/releases)
- [Changelog](https://github.com/lambda-fairy/if_chain/blob/main/CHANGELOG.md)
- [Commits](lambda-fairy/if_chain@v1.0.2...v1.0.3)

Updates `indexmap` from 2.10.0 to 2.11.0
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.10.0...2.11.0)

Updates `phf` from 0.12.1 to 0.13.1
- [Release notes](https://github.com/rust-phf/rust-phf/releases)
- [Changelog](https://github.com/rust-phf/rust-phf/blob/main/RELEASE_PROCESS.md)
- [Commits](rust-phf/rust-phf@v0.12.1...v0.13.1)

Updates `phf_macros` from 0.12.1 to 0.13.1
- [Release notes](https://github.com/rust-phf/rust-phf/releases)
- [Changelog](https://github.com/rust-phf/rust-phf/blob/main/RELEASE_PROCESS.md)
- [Commits](rust-phf/rust-phf@v0.12.1...v0.13.1)

Updates `rayon` from 1.10.0 to 1.11.0
- [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md)
- [Commits](rayon-rs/rayon@rayon-core-v1.10.0...rayon-core-v1.11.0)

Updates `regex-lite` from 0.1.6 to 0.1.7
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@regex-lite-0.1.6...regex-lite-0.1.7)

Updates `thiserror` from 2.0.12 to 2.0.16
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.12...2.0.16)

Updates `time` from 0.3.41 to 0.3.42
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@v0.3.41...v0.3.42)

Updates `uuid` from 1.17.0 to 1.18.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.17.0...v1.18.0)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-version: 1.0.99
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: bitflags
  dependency-version: 2.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: counter
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: enumset
  dependency-version: 1.1.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: if_chain
  dependency-version: 1.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: indexmap
  dependency-version: 2.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: phf
  dependency-version: 0.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: phf_macros
  dependency-version: 0.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: rayon
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: regex-lite
  dependency-version: 0.1.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: thiserror
  dependency-version: 2.0.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: time
  dependency-version: 0.3.42
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: uuid
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the x:rep/tiny Tiny amount of reputation label Sep 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 1, 2025 22:44
@dependabot dependabot bot added the x:rep/tiny Tiny amount of reputation label Sep 1, 2025
@github-actions
Copy link

github-actions bot commented Sep 1, 2025

Hello 👋 Thanks for your PR.

This repo does not currently have dedicated maintainers. Our guardians team will attempt to review and merge your PR, but it will likely take longer for your PR to be reviewed.

If you enjoy contributing to Exercism and have a track-record of doing so successfully, you might like to become an Exercism maintainer for this track.

Please feel free to ask any questions, or chat to us about anything to do with this PR or the reviewing process on the Exercism forum.

(cc @exercism/guardians)

@senekor senekor merged commit 7b653f6 into main Sep 2, 2025
3 checks passed
@senekor senekor deleted the dependabot/cargo/local-registry/all-d681b73000 branch September 2, 2025 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

x:rep/tiny Tiny amount of reputation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants