Skip to content

Commit 66832e5

Browse files
authored
Use a fixed version of the ecmascript_atomics package (#878)
1 parent faea384 commit 66832e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ clap = { version = "4.5.48", features = ["derive"] }
2020
cliclack = "0.3.6"
2121
console = "0.15.11"
2222
ctrlc = "3.5.0"
23-
ecmascript_atomics = "0.1.4"
23+
ecmascript_atomics = "=0.1.4"
2424
fast-float = "0.2.0"
2525
hashbrown = "0.16.0"
2626
lexical = { version = "7.0.5", default-features = false, features = [

0 commit comments

Comments
 (0)