Skip to content

Commit 3f79f36

Browse files
committed
Update to version 0.16.1
1 parent 6259d00 commit 3f79f36

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gdscript-formatter"
3-
version = "0.16.0"
3+
version = "0.16.1"
44
edition = "2024"
55
description = "A GDScript code formatter and linter using Topiary and Tree-sitter"
66
license = "MIT"
@@ -30,10 +30,6 @@ gdscript = []
3030
name = "gdscript-formatter"
3131
path = "src/main.rs"
3232

33-
[[bin]]
34-
name = "benchmark"
35-
path = "src/scripts/benchmark.rs"
36-
3733
[profile.release]
3834
strip = true
3935
lto = true

0 commit comments

Comments
 (0)