Skip to content

Commit

Permalink
Bump efmt_core to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sile committed Jul 31, 2024
1 parent e197104 commit a4916a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exclude = ["/rebar3_efmt/", "efmt_wasm.wasm", "/vscode/"]
anyhow = "1"
clap = { version = "4", features = ["derive"] }
erl_tokenize = "0.6"
efmt_core = { path = "efmt_core", version = "0.3.0" }
efmt_core = { path = "efmt_core", version = "0.4.0" }
env_logger = "0.11"
log = "0.4"
rayon = "1"
Expand Down
2 changes: 1 addition & 1 deletion efmt_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "efmt_core"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit a4916a2

Please sign in to comment.