Skip to content

Commit abf2a97

Browse files
committed
chore: release v5.0.1
Signed-off-by: tison <wander4096@gmail.com>
1 parent 56d0785 commit abf2a97

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ members = [
2020
resolver = "2"
2121

2222
[workspace.package]
23-
version = "5.0.0"
23+
version = "5.0.1"
2424
edition = "2021"
2525
authors = ["tison <wander4096@gmail.com>"]
2626
readme = "README.md"
2727
license = "Apache-2.0"
2828
repository = "https://github.com/korandoru/hawkeye/"
2929

3030
[workspace.dependencies]
31-
hawkeye-fmt = { version = "5.0.0", path = "fmt" }
31+
hawkeye-fmt = { version = "5.0.1", path = "fmt" }
3232
snafu = "0.8.2"
3333
toml = "0.8.12"
3434
tracing = "0.1.40"

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ inputs:
3333

3434
runs:
3535
using: docker
36-
image: docker://ghcr.io/korandoru/hawkeye:edge
36+
image: docker://ghcr.io/korandoru/hawkeye:v5.0.1
3737
args:
3838
- ${{ inputs.mode }}
3939
- --config

0 commit comments

Comments
 (0)