Skip to content

Commit 271bab4

Browse files
committed
v0.4.2
1 parent 40762a3 commit 271bab4

File tree

5 files changed

+7
-8
lines changed

5 files changed

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

flake.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.

flake.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
src = ./.;
2020
nativeBuildInputs = [ pkgs.pkg-config ];
2121
buildInputs = [ pkgs.openssl.dev pkgs.git ];
22-
useFetchCargoVendor = true;
23-
cargoHash = "sha256-rofX/MuVGQ06Qu1p+5Rp88Tmvp411l2B2GcCjUOxlEs=";
22+
cargoHash = "sha256-1RZu1vGNtvpyctjpMcEd2DYkYBCw4ammg7wHBRcVM84=";
2423
# Don't run `cargo test`, as there are no tests to run.
2524
doCheck = false;
2625
};

0 commit comments

Comments
 (0)