gnu: rust-stable-deref-trait-1: Update to 1.2.0.

* gnu/packages/crates-io.scm (rust-stable-deref-trait-1): Update to 1.2.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
André Batista 2020-10-22 21:50:45 -03:00 committed by Efraim Flashner
parent 7304511cb8
commit 4b7832b73c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -25830,20 +25830,20 @@ (define-public rust-st-map-0.1
(define-public rust-stable-deref-trait-1
(package
(name "rust-stable-deref-trait")
(version "1.1.1")
(version "1.2.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "stable_deref_trait" version))
(file-name (string-append name "-" version ".crate"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1j2lkgakksmz4vc5hfawcch2ipiskrhjs1sih0f3br7s7rys58fv"))))
"1lxjr8q2n534b2lhkxd6l6wcddzjvnksi58zv11f9y0jjmr15wd8"))))
(build-system cargo-build-system)
(home-page "https://github.com/storyyeller/stable_deref_trait0")
(synopsis "Defines an unsafe marker trait, StableDeref")
(description
"This crate defines an unsafe marker trait, StableDeref, for container
"This crate defines an unsafe marker trait, StableDeref, for container
types which deref to a fixed address which is valid even when the containing
type is moved. For example, Box, Vec, Rc, Arc and String implement this trait.
Additionally, it defines CloneStableDeref for types like Rc where clones deref