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 GitHub Bot (Jira)" <ji...@apache.org> on 2022/07/11 14:30:00 UTC

[jira] [Work logged] (AVRO-3574) Rust: Add Cargo.lock to Git

     [ https://issues.apache.org/jira/browse/AVRO-3574?focusedWorklogId=789582&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-789582 ]

ASF GitHub Bot logged work on AVRO-3574:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 11/Jul/22 14:29
            Start Date: 11/Jul/22 14:29
    Worklog Time Spent: 10m 
      Work Description: martin-g opened a new pull request, #1762:
URL: https://github.com/apache/avro/pull/1762

   This is needed to avoid unexpected transitive dependencies updates like
   plotters 0.3.1 -> 0.3.2 that breaks with Rust 1.54.0 (MSRV at the moment)
   
   https://github.com/apache/avro/runs/7283175532?check_suite_focus=true
   
   ### Jira
   
   - [X] https://issues.apache.org/jira/browse/AVRO-3574
   
   ### Tests
   
   - [X] No need
   
   ### Commits
   
   - [X] My commits all reference Jira issues in their subject lines. In addition, my commits follow the guidelines from "[How to write a good git commit message](https://chris.beams.io/posts/git-commit/)":
     1. Subject is separated from body by a blank line
     1. Subject is limited to 50 characters (not including Jira issue reference)
     1. Subject does not end with a period
     1. Subject uses the imperative mood ("add", not "adding")
     1. Body wraps at 72 characters
     1. Body explains "what" and "why", not "how"
   
   ### Documentation
   
   - [X] No need




Issue Time Tracking
-------------------

            Worklog Id:     (was: 789582)
    Remaining Estimate: 0h
            Time Spent: 10m

> Rust: Add Cargo.lock to Git
> ---------------------------
>
>                 Key: AVRO-3574
>                 URL: https://issues.apache.org/jira/browse/AVRO-3574
>             Project: Apache Avro
>          Issue Type: Task
>          Components: rust
>            Reporter: Martin Tzvetanov Grigorov
>            Assignee: Martin Tzvetanov Grigorov
>            Priority: Minor
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> This is needed to avoid unexpected transitive dependencies updates like plotters 0.3.1 -> 0.3.2 that breaks with Rust 1.54.0 (MSRV at the moment)
> [https://github.com/apache/avro/runs/7283175532?check_suite_focus=true]
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)