#1 bump strsim to 0.10
Merged 3 years ago by decathorpe. Opened 3 years ago by decathorpe.
Unknown source master  into  master

file modified
+1 -1
@@ -14,7 +14,7 @@

   

   [dependencies.strsim]

  -version = "0.8"

- +version = "0.9"

+ +version = "0.10"

   optional = true

   

   [dependencies.term_size]

file modified
+4 -1
@@ -6,7 +6,7 @@

  

  Name:           rust-%{crate}

  Version:        2.33.3

- Release:        1%{?dist}

+ Release:        2%{?dist}

  Summary:        Simple to use, efficient, and full-featured Command Line Argument Parser

  

  # Upstream license specification: MIT
@@ -278,6 +278,9 @@

  %endif

  

  %changelog

+ * Sat Sep 26 2020 Fabio Valentini <decathorpe@gmail.com> - 2.33.3-2

+ - Bump strsim to 0.10.

+ 

  * Thu Aug 20 2020 Josh Stone <jistone@redhat.com> - 2.33.3-1

  - Update to 2.33.3

  

  • bump strsim dependency from 0.9 to 0.10
  • this change is already present in the upstream 3.0 beta releases

Pull-Request has been merged by decathorpe

3 years ago