You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/06/21 16:19:00 UTC

[jira] [Commented] (AVRO-3541) [Rust] fail to select a version for strum_macros

    [ https://issues.apache.org/jira/browse/AVRO-3541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17556993#comment-17556993 ] 

ASF subversion and git services commented on AVRO-3541:
-------------------------------------------------------

Commit 990ed3eb8a7b10ebdbde709458c7754ca4972b9c in avro's branch refs/heads/master from Ryan Skraba
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=990ed3eb8 ]

AVRO-3541: Unbump strum_macros (#1729)



> [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: 40m
>  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)