Skip to content

Commit

Permalink
chore: Publish crates
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Apr 26, 2022
1 parent 27f9b30 commit 3428694
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc"
repository = "https://github.com/swc-project/swc.git"
version = "0.172.0"
version = "0.172.1"

[lib]
bench = false
Expand Down Expand Up @@ -73,7 +73,7 @@ swc_ecma_transforms_optimization = {version = "0.118.0", path = "../swc_ecma_tra
swc_ecma_utils = {version = "0.82.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.62.0", path = "../swc_ecma_visit"}
swc_ecmascript = {version = "0.150.0", path = "../swc_ecmascript"}
swc_error_reporters = {version = "0.1.0", path = "../swc_error_reporters"}
swc_error_reporters = {version = "0.1.2", path = "../swc_error_reporters"}
swc_node_comments = {version = "0.4.0", path = "../swc_node_comments"}
swc_plugin_proxy = {version = "0.2.1", path = "../swc_plugin_proxy", optional = true}
swc_plugin_runner = {version = "0.53.1", path = "../swc_plugin_runner", optional = true, default-features = false}
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_error_reporters/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_error_reporters"
repository = "https://github.com/swc-project/swc.git"
version = "0.1.1"
version = "0.1.2"

[lib]
bench = false
Expand Down

0 comments on commit 3428694

Please sign in to comment.