alpha
Login
or
Join now
nandi.uk
/
gleam
Star
2
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Fork of daniellemaywood.uk/gleam — Wasm codegen work
Star
2
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Update dep
author
Louis Pilfold
date
1 year ago
(Apr 14, 2025, 2:45 PM +0100)
commit
eef34aed
eef34aedb618c4a76cd69f10dc08b4a9f0a4ff6c
parent
5d13c221
5d13c2212ddda78c725fb358efb777c14176cd83
+2
-2
1 changed file
Expand all
Collapse all
Unified
Split
Cargo.lock
+2
-2
Cargo.lock
View file
Reviewed
···
552
552
553
553
[[package]]
554
554
name = "crossbeam-channel"
555
555
-
version = "0.5.12"
555
555
+
version = "0.5.15"
556
556
source = "registry+https://github.com/rust-lang/crates.io-index"
557
557
-
checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95"
557
557
+
checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
558
558
dependencies = [
559
559
"crossbeam-utils",
560
560
]