Skip to content

Commit 0745624

Browse files
authoredApr 2, 2024··
perf(atoms): Update hstr (#8799)
**Description:** **Related issue:** - dudykr/ddbase#27 - dudykr/ddbase#29
1 parent a154552 commit 0745624

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed
 

‎Cargo.lock

+14-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎crates/swc_atoms/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rkyv-impl = ["__rkyv", "rkyv", "bytecheck"]
1818
[dependencies]
1919
# bytecheck version should be in sync with rkyv version. Do not bump individually.
2020
bytecheck = { version = "0.6.10", optional = true }
21-
hstr = "0.2.7"
21+
hstr = "0.2.8"
2222
once_cell = "1"
2323
rkyv = { package = "rkyv", version = "=0.7.42", optional = true, features = [
2424
"strict",

0 commit comments

Comments
 (0)
Please sign in to comment.