Files
fd/rust.patch
Sebastian Wagner c330476058 - Update to version 10.2.0:
* Bump dependencies
  * Prepare for 10.2.0 release
  * docs: documentation link of regular expressions to the latest version
  * build(deps): bump clap from 4.5.8 to 4.5.13
  * build(deps): bump clap_complete from 4.5.7 to 4.5.8
  * build(deps): bump nu-ansi-term from 0.50.0 to 0.50.1
  * build(deps): bump version_check from 0.9.4 to 0.9.5
  * Fix unused config struct field on Windows
  * Fix unused OnceLock import lint on Windows
  * Fix Conflicts syntax
  * Create fdfind symlinks in deb package
  * Refactor creating deb package into separate script
  * Note executable name in release debs
  * build(deps): bump clap_complete from 4.5.2 to 4.5.7
  * build(deps): bump regex from 1.10.4 to 1.10.5
  * build(deps): bump regex-syntax from 0.8.3 to 0.8.4
  * build(deps): bump clap from 4.5.4 to 4.5.8
  * build(deps): bump lscolors from 0.17.0 to 0.18.0
  * Fix percent encoding
  * docs: Add flox install
  * Continue supporting windows 7 with builds
  * Update OS versions for github actions
  * Change --hyperlink to be an option instead of a flag
  * Fix test on windows
  * Fix unicode encoding of hyperlinks
  * Add hyperlink support to fd
  * build(deps): bump libc from 0.2.154 to 0.2.155
  * build(deps): bump crossbeam-channel from 0.5.12 to 0.5.13
  * build(deps): bump nix from 0.28.0 to 0.29.0

OBS-URL: https://build.opensuse.org/package/show/utilities/fd?expand=0&rev=56
2024-08-23 12:34:27 +00:00

12 lines
309 B
Diff

--- fd/Cargo.toml 2024-08-23 12:17:03.367543852 +0200
+++ fd/Cargo.toml.1 2024-08-23 12:47:12.534236221 +0200
@@ -18,7 +18,7 @@
repository = "https://github.com/sharkdp/fd"
version = "10.2.0"
edition= "2021"
-rust-version = "1.77.2"
+rust-version = "1.77.0"
[badges.appveyor]
repository = "sharkdp/fd"