File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " typst-package-check"
3- version = " 0.4.2 "
3+ version = " 0.4.3 "
44edition = " 2021"
55
66[dependencies ]
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ inputs:
1212 required : true
1313runs :
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 :
Original file line number Diff line number Diff line change 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 } ;
You can’t perform that action at this time.
0 commit comments