Skip to content

Conversation

@pistomat
Copy link
Contributor

Unsigned is_multiple_of used in serde_primitives::decode_hex_with_prefix() is stabilized only in 1.87 version of rust as per this issue rust-lang/rust#137383
Building the package with older version fails with

error[E0658]: use of unstable library feature `unsigned_is_multiple_of`
 --> tycho-common/src/serde_primitives.rs:8:24
  |
8 |     if !stripped.len().is_multiple_of(2) {
  |                        ^^^^^^^^^^^^^^
  |
  = note: see issue #128101 <https://github.com/rust-lang/rust/issues/128101> for more information

Unsigned `is_multiple_of` used in `serde_primitives::decode_hex_with_prefix()` is stabilized only in `1.87` version of rust as per this issue rust-lang/rust#137383
Building the package with older version fails
@github-project-automation github-project-automation bot moved this from Todo to In Progress in Tycho Jul 24, 2025
@tvinagre tvinagre merged commit a052d76 into main Jul 24, 2025
6 checks passed
@tvinagre tvinagre deleted the pistomat/add-rust-version-to-common branch July 24, 2025 14:04
@github-project-automation github-project-automation bot moved this from In Progress to Done in Tycho Jul 24, 2025
propellerci bot pushed a commit that referenced this pull request Jul 24, 2025
## [0.78.4](0.78.3...0.78.4) (2025-07-24)

### Bug Fixes

* Specify minimum rust version ([de37e86](de37e86))
* Specify minimum rust version ([#638](#638)) ([a052d76](a052d76))
@propellerci
Copy link

propellerci bot commented Jul 24, 2025

This PR is included in version 0.78.4 🎉

@propellerci propellerci bot added the true label Jul 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants