[
https://issues.apache.org/jira/browse/AVRO-3541?focusedWorklogId=783306&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-783306
]
ASF GitHub Bot logged work on AVRO-3541:
----------------------------------------
Author: ASF GitHub Bot
Created on: 21/Jun/22 10:11
Start Date: 21/Jun/22 10:11
Worklog Time Spent: 10m
Work Description: RyanSkraba opened a new pull request, #1729:
URL: https://github.com/apache/avro/pull/1729
It looks like strum_macros is at 0.24.0 as opposed to 0.24.1 on
[crates.io](https://crates.io/crates/strum_macros), causing the build to fail.
Alternatively, instead of fixing the version at 0.24.0 and 0.24.1, we could
just use the semver prefix of 0.24.
### Jira
- [X] My PR addresses the following [Avro
Jira](https://issues.apache.org/jira/browse/AVRO/) issues and references them
in the PR title. For example, "AVRO-1234: My Avro PR"
- https://issues.apache.org/jira/browse/AVRO-3541
- In case you are adding a dependency, check if the license complies with
the [ASF 3rd Party License
Policy](https://www.apache.org/legal/resolved.html#category-x).
Issue Time Tracking
-------------------
Worklog Id: (was: 783306)
Remaining Estimate: 0h
Time Spent: 10m
> [Rust] fail to select a version for strum_macros
> ------------------------------------------------
>
> Key: AVRO-3541
> URL: https://issues.apache.org/jira/browse/AVRO-3541
> Project: Apache Avro
> Issue Type: Bug
> Reporter: Ryan Skraba
> Assignee: Ryan Skraba
> Priority: Major
> Fix For: 1.11.1
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> This was raised in slack by [~owvhk]. It looks like *strum_macros* hasn't
> been bumped to 0.24.1 yet (unlike *strum* itself)
> The build is currently failing with
> https://github.com/apache/avro/runs/6971118796?check_suite_focus=true#step:5:1
> {code}
> Updating crates.io index
> Updating crates.io index
> error: failed to select a version for the requirement `strum_macros =
> "^0.24.1"`
> candidate versions found which didn't match: 0.24.0, 0.23.1, 0.23.0, ...
> location searched: crates.io index
> required by package `apache-avro v0.14.0
> (/home/runner/work/avro/avro/lang/rust/avro)`
> error: I/O operation failed: non-zero exit status running `cargo
> generate-lockfile`: 101
> Error: Process completed with exit code 2.
> {code}
--
This message was sent by Atlassian Jira
(v8.20.7#820007)