Skip to content

Commit d423a8b

Browse files
committed
Version bump
1 parent 3ad8996 commit d423a8b

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.3.2"
3+
version = "0.4.0"
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.3.2"
15+
image: "docker://ghcr.io/typst/package-check:0.4.0"
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-LNnO69FqC1/2bpiRERxpe2xsdQszbs9QtsNfs9O8nks=";
23+
cargoHash = "sha256-0r3B8abmg9p8K10/S1NPYd3h5CVMmFwgxRMRFLAHAgs=";
2424
# Don't run `cargo test`, as there are no tests to run.
2525
doCheck = false;
2626
};

0 commit comments

Comments
 (0)