Skip to content

Commit c2fc2b3

Browse files
committed
v0.4.1
1 parent 10ba54f commit c2fc2b3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "typst-package-check"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2021"
55

66
[dependencies]

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ inputs:
1212
required: true
1313
runs:
1414
using: "docker"
15-
image: "docker://ghcr.io/typst/package-check:0.4.0"
15+
image: "docker://ghcr.io/typst/package-check:0.4.1"
1616
args:
1717
- action
1818
env:

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
nativeBuildInputs = [ pkgs.pkg-config ];
2121
buildInputs = [ pkgs.openssl.dev pkgs.git ];
2222
useFetchCargoVendor = true;
23-
cargoHash = "sha256-WRXAG4RAnYZhbKQt/2J+eVew3SJWRWYn85yT2Zmyzg0=";
23+
cargoHash = "sha256-o5sX2y5RpLOCpfUEntHNdFIIF0I2BHlQeJg5vvRMP+U=";
2424
# Don't run `cargo test`, as there are no tests to run.
2525
doCheck = false;
2626
};

0 commit comments

Comments
 (0)