mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: rust-sharded-slab-0.1: Update to 0.1.4.
* gnu/packages/crates-io.scm (rust-sharded-slab-0.1): Update to 0.1.4. [cargo-inputs]: Replace rust-loom-0.3 with 0.5. [cargo-development-inputs]: Add rust-loom-0.5, rust-slab-0.4. Replace rust-proptest-0.9 with 1. Remove rust-cfg-if-1.
This commit is contained in:
parent
dc150c2d3c
commit
8047d08b0f
1 changed files with 7 additions and 6 deletions
|
@ -60222,7 +60222,7 @@ (define-public rust-shadow-rs-0.8
|
|||
(define-public rust-sharded-slab-0.1
|
||||
(package
|
||||
(name "rust-sharded-slab")
|
||||
(version "0.1.0")
|
||||
(version "0.1.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -60230,16 +60230,17 @@ (define-public rust-sharded-slab-0.1
|
|||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "09r1i2adjkm4flsj4l0j7x79gdyxz0hvivxdh2d8j5jfj6z22jbv"))))
|
||||
(base32 "0cbb8kgwsyr3zzhsv8jrs3y1j3vsw4jxil42lfq31ikhdy0bl3wh"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-loom" ,rust-loom-0.3))
|
||||
("rust-loom" ,rust-loom-0.5))
|
||||
#:cargo-development-inputs
|
||||
(("rust-cfg-if" ,rust-cfg-if-1)
|
||||
("rust-criterion" ,rust-criterion-0.3)
|
||||
("rust-proptest" ,rust-proptest-0.9))))
|
||||
(("rust-criterion" ,rust-criterion-0.3)
|
||||
("rust-loom" ,rust-loom-0.5)
|
||||
("rust-proptest" ,rust-proptest-1)
|
||||
("rust-slab" ,rust-slab-0.4))))
|
||||
(home-page "https://github.com/hawkw/sharded-slab")
|
||||
(synopsis "Lock-free concurrent slab")
|
||||
(description "This package provides a lock-free concurrent slab.")
|
||||
|
|
Loading…
Reference in a new issue