Skip to content

Commit

Permalink
chore(deps): update rust crate swc_core to 0.79.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 10, 2023
1 parent 36bafca commit 1768d4a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
36 changes: 18 additions & 18 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ crate-type = ["cdylib", "lib"]
[dependencies]
getrandom = { version = "0.2", features = ["js"] }
indexmap = "2.0.0"
swc_core = { version = "0.78.28", features = [
swc_core = { version = "0.79.14", features = [
"ecma_ast",
"ecma_visit",
"swc_plugin",
Expand All @@ -27,7 +27,7 @@ swc_core = { version = "0.78.28", features = [


[dev-dependencies]
swc_core = { version = "0.78.28", features = ["testing_transform"] }
swc_core = { version = "0.79.14", features = ["testing_transform"] }
testing = "0.33.20"

[profile.release]
Expand Down

0 comments on commit 1768d4a

Please sign in to comment.