Skip to content

Commit b8530f8

Browse files
committed
Update dependencies
1 parent e5af38d commit b8530f8

File tree

5 files changed

+414
-308
lines changed

5 files changed

+414
-308
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
context: .
3232
platforms: linux/amd64,linux/arm/v7,linux/arm64
3333
push: true
34-
tags: martynp/tangy:${{ github.ref_name }}, martynp/tangy:latest
34+
tags: martynp/tangy:${{ github.ref_name }}, martynp/tangy:latest

.github/workflows/tang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111

1212
- uses: actions/checkout@v4
13-
- uses: dtolnay/rust-toolchain@1.77.1
13+
- uses: dtolnay/rust-toolchain@1.81.0
1414

1515
- name: Build Tangy
1616
run: |

0 commit comments

Comments
 (0)