Skip to content

Commit 14b9716

Browse files
committed
chore: bump version to 0.2.5
1 parent c784f0b commit 14b9716

File tree

3 files changed

+63
-32
lines changed

3 files changed

+63
-32
lines changed

.github/workflows/build-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
sudo rm -f /var/lib/man-db/auto-update
3737
- if: ${{ runner.os == 'Linux' }}
3838
name: "[Linux] Install platform dependencies"
39-
uses: awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad
39+
# uses: awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad
40+
uses: awalsh128/[email protected]
4041
with: { packages: "musl-tools" }
4142

4243
- name: Setup Rust toolchain

Cargo.lock

Lines changed: 60 additions & 30 deletions
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 = "marmite"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
edition = "2021"
55
license = "AGPL-3.0-or-later"
66
description = "Marmite is the easiest static site generator."

0 commit comments

Comments
 (0)