1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 23:05:57 +02:00

gnu: rust-untrusted-0.7: Update to 0.7.1.

* gnu/packages/crates-io.scm (rust-untrusted-0.7): Update to 0.7.1.
This commit is contained in:
Efraim Flashner
2020-07-09 14:42:08 +03:00
parent f179fdb3c2
commit 537bd1c6ed
+2 -2
View File
@@ -26776,7 +26776,7 @@ whitespace from a string.")
(define-public rust-untrusted-0.7
(package
(name "rust-untrusted")
(version "0.7.0")
(version "0.7.1")
(source
(origin
(method url-fetch)
@@ -26784,7 +26784,7 @@ whitespace from a string.")
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
"1kmfykcwif6ashkwg54gcnhxj03kpba2i9vc7z5rpr0xlgvrwdk0"))))
"0jkbqaj9d3v5a91pp3wp9mffvng1nhycx6sh4qkdd9qyr62ccmm1"))))
(build-system cargo-build-system)
(home-page "https://github.com/briansmith/untrusted")
(synopsis "Zero-allocation parsing of untrusted inputs in Rust")