Skip to content

Commit eb7657e

Browse files
authored
Merge pull request #99 from wiktor-k/wiktor/update-deps
Remove OpenPGP-based examples and update dependencies
2 parents 933166c + f62ee6b commit eb7657e

16 files changed

Lines changed: 309 additions & 2021 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://metacode.biz/funding.json

.config/git_allowed_signers

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
wiktor@metacode.biz ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQv2RJtGurpNLWyiGz9sSuX8agzV98gHW2ZG/7vFkIQrPlaYsd/OH1z7BZNeCHs5vcoq6c2Eh5s6a0vcH4n181TKfjgpbq4t7OFNygWBJplXIZvIlsY//UCxfp5ZdKWJfrYUu/0HeEv5r/7ZcpwF/omC97aM0ipmAeQ8QEGLfgGW427ATa/r2SFwK/4h0C+BTUnMj/YC/4KI/MPWA6x7RdAw+RbVjZd4kT2ZPXcUdruSqDQ4vSP/b8gERv1IjWUn+HHteRJgR2SwNmsuuT/Ko3FRFfXxXPV2yMEvUY2+DoU781VhZJl0aqpW5bIhlK5VE5rGvmMuE5S7XwYDM9V0Wl

.config/nextest.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[profile.ci.junit]
2+
path = "junit.xml"

.github/workflows/all.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Collector
2+
on:
3+
pull_request:
4+
types: [ opened, synchronize, reopened, ready_for_review ]
5+
6+
jobs:
7+
allchecks:
8+
name: All checks pass
9+
runs-on: ubuntu-latest
10+
permissions:
11+
checks: read
12+
contents: read
13+
steps:
14+
- uses: wechuli/allcheckspassed@v2

.github/workflows/rust.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Check spelling
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v6
2121
- name: Check spelling
2222
uses: codespell-project/actions-codespell@v2
2323

@@ -31,7 +31,7 @@ jobs:
3131
- os: windows-latest
3232
runs-on: ${{ matrix.os }}
3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v6
3535
- uses: taiki-e/install-action@just
3636
- run: rustup install nightly
3737
- run: rustup component add rustfmt --toolchain nightly
@@ -48,7 +48,7 @@ jobs:
4848
- os: windows-latest
4949
runs-on: ${{ matrix.os }}
5050
steps:
51-
- uses: actions/checkout@v4
51+
- uses: actions/checkout@v6
5252
- uses: taiki-e/install-action@just
5353
- run: just install-packages
5454
- name: Run unit tests
@@ -58,9 +58,9 @@ jobs:
5858
name: Check dependencies
5959
runs-on: ubuntu-latest
6060
steps:
61-
- uses: actions/checkout@v4
61+
- uses: actions/checkout@v6
6262
- name: Run dependencies check
63-
uses: EmbarkStudios/cargo-deny-action@v1
63+
uses: EmbarkStudios/cargo-deny-action@v2
6464

6565
lints:
6666
name: Clippy lints
@@ -72,7 +72,7 @@ jobs:
7272
- os: windows-latest
7373
runs-on: ${{ matrix.os }}
7474
steps:
75-
- uses: actions/checkout@v4
75+
- uses: actions/checkout@v6
7676
- uses: taiki-e/install-action@just
7777
- run: just install-packages
7878
- name: Check for lints

0 commit comments

Comments
 (0)