chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-23 14:39:11 +00:00
parent bf1924d1a8
commit 7053d6769a
3 changed files with 5 additions and 2 deletions

View File

@ -14,6 +14,9 @@
- **(cli)** Implements some compile flags (#4125) ([a6f39d3](https://github.com/swc-project/swc/commit/a6f39d3bd6e7bc57203e1cf4f2cadc12e4396e9f))
- **(es/typescript)** Support optional variance annotations (#4008) ([bf1924d](https://github.com/swc-project/swc/commit/bf1924d1a8cc2039b624eecd9730d012c1e47321))
- **(wasm/plugin)** Implement initial plugin interface for wasm runtimes (#4123) ([50f7f46](https://github.com/swc-project/swc/commit/50f7f465f9181ef6bcb63ee5457aa42f5e6ee29c))
### Testing

2
Cargo.lock generated
View File

@ -3002,7 +3002,7 @@ dependencies = [
[[package]]
name = "swc_atoms"
version = "0.2.9"
version = "0.2.10"
dependencies = [
"string_cache",
"string_cache_codegen",

View File

@ -7,7 +7,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_atoms"
repository = "https://github.com/swc-project/swc.git"
version = "0.2.9"
version = "0.2.10"
[dependencies]
string_cache = "0.8.3"