mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05: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:
parent
f179fdb3c2
commit
537bd1c6ed
1 changed files with 2 additions and 2 deletions
|
@ -26776,7 +26776,7 @@ (define-public rust-unsafe-any-0.4
|
|||
(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 @@ (define-public rust-untrusted-0.7
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue