Skip to content

Commit 2f61332

Browse files
authored
chore(common): Switch to new_debug_unreachable (#6265)
1 parent bd61e06 commit 2f61332

File tree

2 files changed

+16
-40
lines changed

2 files changed

+16
-40
lines changed

Cargo.lock

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

crates/swc_common/Cargo.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -49,21 +49,21 @@ rkyv-impl = ["__rkyv", "rkyv", "swc_atoms/rkyv-impl"]
4949
rkyv-bytecheck-impl = ["__rkyv", "rkyv-latest", "swc_atoms/rkyv-bytecheck-impl"]
5050

5151
[dependencies]
52-
ahash = "0.7.4"
53-
anyhow = { version = "1.0.45", optional = true }
54-
arbitrary = { version = "1", optional = true, features = ["derive"] }
55-
ast_node = { version = "0.8.6", path = "../ast_node" }
56-
atty = { version = "0.2", optional = true }
57-
better_scoped_tls = { version = "0.1.0", path = "../better_scoped_tls" }
58-
bytecheck = { version = "0.6.9", optional = true }
59-
cfg-if = "1.0.0"
60-
debug_unreachable = "0.1.1"
61-
either = "1.5"
62-
from_variant = { version = "0.1.3", path = "../from_variant" }
63-
num-bigint = "0.4"
64-
once_cell = "1.10.0"
65-
parking_lot = { version = "0.12.0", optional = true }
66-
rkyv = { version = "=0.7.37", optional = true }
52+
ahash = "0.7.4"
53+
anyhow = { version = "1.0.45", optional = true }
54+
arbitrary = { version = "1", optional = true, features = ["derive"] }
55+
ast_node = { version = "0.8.6", path = "../ast_node" }
56+
atty = { version = "0.2", optional = true }
57+
better_scoped_tls = { version = "0.1.0", path = "../better_scoped_tls" }
58+
bytecheck = { version = "0.6.9", optional = true }
59+
cfg-if = "1.0.0"
60+
either = "1.5"
61+
from_variant = { version = "0.1.3", path = "../from_variant" }
62+
new_debug_unreachable = "1.0.4"
63+
num-bigint = "0.4"
64+
once_cell = "1.10.0"
65+
parking_lot = { version = "0.12.0", optional = true }
66+
rkyv = { version = "=0.7.37", optional = true }
6767
# This is to avoid cargo version selection conflict between rkyv=0.7.37 and other versions, as it is strictly pinned
6868
# cannot be merged.
6969
rkyv-latest = { package = "rkyv-test", version = "=0.7.38-test.2", optional = true }

0 commit comments

Comments
 (0)