Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jul 28, 2022
1 parent c065df3 commit b53ff22
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 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/better_string_cache_codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Fork of string_cache"
documentation = "https://rustdoc.swc.rs/better_strign_cache_codegen/"
edition = "2021"
license = "Apache-2.0"
name = "better_strign_cache_codegen"
name = "better_string_cache_codegen"
repository = "https://github.com/swc-project/swc.git"
version = "0.1.0"

Expand Down
2 changes: 1 addition & 1 deletion crates/swc_atoms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ serde = "1"
string_cache = "0.8.4"

[build-dependencies]
better_string_cache_codegen = {version = "0.1.0", path = "../better_strign_cache_codegen"}
better_string_cache_codegen = {version = "0.1.0", path = "../better_string_cache_codegen"}
string_cache_codegen = "0.5.2"

0 comments on commit b53ff22

Please sign in to comment.