Skip to content

Commit 266786d

Browse files
committed
Version bump
1 parent 0ce7c18 commit 266786d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.2"
3+
version = "0.4.3"
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.2"
15+
image: "docker://ghcr.io/typst/package-check:0.4.3"
1616
args:
1717
- action
1818
env:

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
src = ./.;
2020
nativeBuildInputs = [ pkgs.pkg-config ];
2121
buildInputs = [ pkgs.openssl.dev pkgs.git ];
22-
cargoHash = "sha256-1RZu1vGNtvpyctjpMcEd2DYkYBCw4ammg7wHBRcVM84=";
22+
cargoHash = "sha256-3cIpWKMy9ERbn9sQBz1doqTXHxc03uHLS/kYQu+0s4k=";
2323
# Don't run `cargo test`, as there are no tests to run.
2424
doCheck = false;
2525
};

0 commit comments

Comments
 (0)