Skip to content

Commit

Permalink
perf(atoms): Update hstr to make global APIs fast (#8241)
Browse files Browse the repository at this point in the history
**Related issue:**

 - dudykr/ddbase#14
  • Loading branch information
kdy1 committed Nov 7, 2023
1 parent 8aee432 commit c01454a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/swc_atoms/Cargo.toml
Expand Up @@ -18,7 +18,7 @@ rkyv-impl = ["__rkyv", "rkyv", "bytecheck"]
[dependencies]
# bytecheck version should be in sync with rkyv version. Do not bump individually.
bytecheck = { version = "0.6.10", optional = true }
hstr = "0.2.3"
hstr = "0.2.4"
once_cell = "1"
rkyv = { package = "rkyv", version = "=0.7.42", optional = true, features = [
"strict",
Expand Down

0 comments on commit c01454a

Please sign in to comment.