From abd7c51583dff82816a910d46e894eddea3c1aff Mon Sep 17 00:00:00 2001 From: takashimamorino Date: Tue, 9 Jan 2024 16:58:07 +0900 Subject: [PATCH] doc: Replace `string_cache` with `hstr` in `ARCHITECTURE.md` (#8487) --- ARCHITECTURE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index 29ea0c2e6aaf..19ba88e900a9 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md @@ -24,7 +24,7 @@ These macro breaks macro hygiene. ### [`/crates/swc_atoms`](crates/swc_atoms) -Handle string interning for the SWC project. The crate depends on [string_cache](https://github.com/servo/string-cache) from servo. +Handle string interning for the SWC project. The crate depends on [hstr](https://github.com/dudykr/ddbase). ### [`/crates/swc_common`](crates/swc_common)