Update to version 0.10.11 (rhbz#2307394)

epel10
blinxen 4 months ago
parent 01991492c1
commit 051c09b28a

1
.gitignore vendored

@ -6,3 +6,4 @@
/gix-path-0.10.7.crate
/gix-path-0.10.8.crate
/gix-path-0.10.9.crate
/gix-path-0.10.11.crate

@ -1,9 +1,10 @@
--- gix-path-0.10.9/Cargo.toml 1970-01-01T00:00:01+00:00
+++ gix-path-0.10.9/Cargo.toml 2024-07-24T20:56:50.752787+00:00
@@ -54,12 +54,3 @@
--- gix-path-0.10.11/Cargo.toml 1970-01-01T00:00:01+00:00
+++ gix-path-0.10.11/Cargo.toml 2024-09-07T15:16:42.795205+00:00
@@ -54,16 +54,6 @@
[target.'cfg(not(target_family = "wasm"))'.dependencies.home]
version = "0.5.5"
-
-[target."cfg(windows)".dev-dependencies.known-folders]
-version = "1.1.0"
-
@ -13,3 +14,11 @@
-
-[target."cfg(windows)".dev-dependencies.winreg]
-version = "0.52.0"
[lints.clippy]
bool_to_int_with_if = "allow"
@@ -138,3 +128,4 @@
priority = -1
[lints.rust]
+

@ -1,11 +1,13 @@
# Generated by rust2rpm 26
%bcond_without check
# * Deactivate tests because of a missing dev-dependency (gix-testtools)
# * See https://github.com/Byron/gitoxide/discussions/900 for more information
%bcond_with check
%global debug_package %{nil}
%global crate gix-path
Name: rust-gix-path
Version: 0.10.9
Version: 0.10.11
Release: %autorelease
Summary: Utility crate for handling paths in gix

@ -1,3 +1,9 @@
[package]
summary = "Utility crate for handling paths in gix"
[tests]
run = ["none"]
comments = [
"Deactivate tests because of a missing dev-dependency (gix-testtools)",
"See https://github.com/Byron/gitoxide/discussions/900 for more information"
]

@ -1 +1 @@
SHA512 (gix-path-0.10.9.crate) = 51010e988cac47a5be7fc0b98a7f62a7873cdabfb849c51883f5ba45e590ebe26b8a8d8c0380c3e4a5eef1f5c2cb39bf596bd4f0ff65c729684ab11584e8d7d7
SHA512 (gix-path-0.10.11.crate) = de21b58ab2a5a0b22175776ae9bc5b313e3fdb4194df74d21bb95f4af68b2df279fccbd6df640fea95d631cf349f8b717afd9056852ab92bf28d6f82153ca191

Loading…
Cancel
Save