Skip to content

Commit

Permalink
0.52.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Mar 14, 2022
1 parent 846a60d commit d1f0c9d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2020-2021 David Sherret
Copyright (c) 2020-2022 David Sherret

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion rs-lib/.rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
tab_spaces = 2
newline_style = "Unix"
edition = "2018"
edition = "2021"
12 changes: 6 additions & 6 deletions rs-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[package]
name = "dprint-swc-ecma-ast-view"
version = "0.51.0"
version = "0.52.0"
authors = ["David Sherret <[email protected]>"]
edition = "2018"
edition = "2021"
license = "MIT"
description = "View of the swc AST that's easier to navigate."

[dependencies]
bumpalo = "3.8.0"
num-bigint = "0.2"
bumpalo = "3.9.1"
num-bigint = "0.4"
rustc-hash = "1.1.0"
swc_atoms = "0.2.9"
swc_common = "0.17.13"
swc_ecmascript = { version = "0.130.0", features = ["parser"] }
swc_common = "0.17.17"
swc_ecmascript = { version = "0.133.0", features = ["parser"] }
text_lines = "0.4.1"

[dev-dependencies]
Expand Down

0 comments on commit d1f0c9d

Please sign in to comment.