gnu: rust-fuzzy-matcher-0.3: Update dependant crates.

* gnu/packages/crates-io.scm (rust-fuzzy-matcher-0.3)[arguments]:
Replace rust-thread-local-1.0 with rust-thread-local-1.
This commit is contained in:
Efraim Flashner 2021-01-05 22:28:29 +02:00
parent b3b4448340
commit e77f7e7a55
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -12038,7 +12038,7 @@ (define-public rust-fuzzy-matcher-0.3
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-thread-local" ,rust-thread-local-1.0))
(("rust-thread-local" ,rust-thread-local-1))
#:cargo-development-inputs
(("rust-termion" ,rust-termion-1.5))))
(home-page "https://github.com/lotabout/fuzzy-matcher")