Skip to content

Commit 9cd2d6c

Browse files
committed
Implement FinalizationRegistry pt. 2
1 parent f815d13 commit 9cd2d6c

13 files changed

Lines changed: 189 additions & 117 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ aligned-vec = "0.6.4"
144144
temp-env = "0.3.6"
145145
strum = { version = "0.28", features = ["derive"] }
146146
husky-rs = "0.3.2"
147+
async-channel = "2.5.0"
147148

148149
# ICU4X
149150

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ color-eyre.workspace = true
2727
cow-utils.workspace = true
2828
futures-concurrency.workspace = true
2929
futures-lite.workspace = true
30-
async-channel = "2.5.0"
30+
async-channel.workspace = true
3131

3232
[features]
3333
default = [

core/engine/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ aligned-vec.workspace = true
141141
dynify = { workspace = true, features = ["macros"] }
142142
futures-concurrency.workspace = true
143143
oneshot = { workspace = true, features = ["async"] }
144+
async-channel.workspace = true
144145

145146
# intl deps
146147
boa_icu_provider = { workspace = true, features = ["std"], optional = true }

0 commit comments

Comments
 (0)