[
https://issues.apache.org/jira/browse/AVRO-3541?focusedWorklogId=783446&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-783446
]
ASF GitHub Bot logged work on AVRO-3541:
----------------------------------------
Author: ASF GitHub Bot
Created on: 21/Jun/22 15:40
Start Date: 21/Jun/22 15:40
Worklog Time Spent: 10m
Work Description: martin-g commented on PR #1729:
URL: https://github.com/apache/avro/pull/1729#issuecomment-1161930724
The maintainer of strum yanked 0.24.1 due to a regression.
Please downport it to 0.24.0.
I am on vacation without access to code.
On Tue, Jun 21, 2022, 18:26 clesaec ***@***.***> wrote:
> ***@***.**** commented on this pull request.
> ------------------------------
>
> In lang/rust/avro/Cargo.toml
> <https://github.com/apache/avro/pull/1729#discussion_r902764385>:
>
> > @@ -66,7 +66,7 @@ serde_json = { default-features = false, version =
"1.0.81", features = ["std"]
> serde = { default-features = false, version = "1.0.137", features =
["derive"] }
> snap = { default-features = false, version = "1.0.5", optional = true }
> strum = { default-features = false, version = "0.24.1" }
> -strum_macros = { default-features = false, version = "0.24.1" }
> +strum_macros = { default-features = false, version = "0.24.0" }
>
> On strum site <https://docs.rs/strum/latest/strum/>, they says that
> 0.24.1 exists but advice to use only "0.24" (i think it's for automatically
> replace by last minor version ?)
>
> —
> Reply to this email directly, view it on GitHub
> <https://github.com/apache/avro/pull/1729#pullrequestreview-1013813534>,
> or unsubscribe
>
<https://github.com/notifications/unsubscribe-auth/AABYUQR2CFHDJSYU7T5NCXTVQHNLFANCNFSM5ZLYMWNQ>
> .
> You are receiving this because your review was requested.Message ID:
> ***@***.***>
>
Issue Time Tracking
-------------------
Worklog Id: (was: 783446)
Time Spent: 0.5h (was: 20m)
> [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
> Labels: pull-request-available
> Fix For: 1.11.1
>
> Time Spent: 0.5h
> 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)