Skip to content

Commit

Permalink
fix: pin ast_node version to prevent panics
Browse files Browse the repository at this point in the history
  • Loading branch information
arlyon committed Aug 29, 2022
1 parent 4d99405 commit ebb4fb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Expand Up @@ -34,6 +34,8 @@ swc_plugin = "0.88.2"
swc_plugin_macro = "0.8.1"
tracing = "0.1.36"

ast_node = {version = "=0.8.2", optional = true}

[dev-dependencies]
anyhow = "1.0.62"
cmd_lib = "1.3.0"
Expand Down

0 comments on commit ebb4fb3

Please sign in to comment.