Update to version 0.11.4; Fixes RHBZ#2254429

epel10
Fabio Valentini 7 months ago
parent dfe59075da
commit d7c9ec235e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/annotate-snippets-0.9.1.crate
/annotate-snippets-0.9.2.crate
/annotate-snippets-0.10.2.crate
/annotate-snippets-0.11.4.crate

@ -1,12 +1,12 @@
--- annotate-snippets-0.10.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ annotate-snippets-0.10.2/Cargo.toml 2024-05-13T21:08:01.565738+00:00
@@ -75,9 +75,6 @@
[dependencies.unicode-width]
version = "0.1.11"
--- annotate-snippets-0.11.4/Cargo.toml 1970-01-01T00:00:01+00:00
+++ annotate-snippets-0.11.4/Cargo.toml 2024-07-26T17:54:32.355598+00:00
@@ -116,9 +116,6 @@
[dev-dependencies.anstream]
version = "0.6.13"
-
-[dev-dependencies.criterion]
-version = "0.5.1"
-
[dev-dependencies.difference]
version = "2.0.0"

@ -1,11 +1,12 @@
# Generated by rust2rpm 26
%bcond_without check
# * missing dev-dependency: tryfn ^0.2.1
%bcond_with check
%global debug_package %{nil}
%global crate annotate-snippets
Name: rust-annotate-snippets
Version: 0.10.2
Version: 0.11.4
Release: %autorelease
Summary: Library for building code annotations

@ -3,3 +3,7 @@ cargo-toml-patch-comments = [
"drop unused, benchmark-only criterion dev-dependency",
]
[tests]
run = ["none"]
comments = ["missing dev-dependency: tryfn ^0.2.1"]

@ -1 +1 @@
SHA512 (annotate-snippets-0.10.2.crate) = 634033be2727d7bbcab48c7bfe94e98e6c07158bd24796596a4ede2418df97549d89d3d64ccb505b033dcc149af1884f967a2c805556849b233d1f4fee109375
SHA512 (annotate-snippets-0.11.4.crate) = f8d22a5a0e17cf665261e1cb38d773005bd52097a11c75682ee4320c2fd44326fa2c0b7b72751e474230b109629d1886227d2131cb5fe1f021c5aa4c5a33defc

Loading…
Cancel
Save