diff options
| author | Fuwn <[email protected]> | 2022-03-09 02:12:07 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-09 02:12:07 -0800 |
| commit | f154238919ff38829656bc9062183435d2a01496 (patch) | |
| tree | e218072f546008e4f93e0fb46057c8a7b033052e | |
| parent | fix(index.rst): document random (diff) | |
| parent | fix(manifest): readme path (diff) | |
| download | api-worker-f154238919ff38829656bc9062183435d2a01496.tar.xz api-worker-f154238919ff38829656bc9062183435d2a01496.zip | |
Merge branch 'main' of https://github.com/senpy-club/api-worker
| -rw-r--r-- | .github/workflows/check.yaml | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index f5de053..47f63a3 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout 🛒 - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Toolchain 🧰 uses: actions-rs/toolchain@v1 @@ -6,7 +6,7 @@ version = "0.1.0" authors = ["Fuwn <[email protected]>"] edition = "2021" description = "API (as a Cloudflare Worker!)" -readme = "README.md" +readme = "README.rst" homepage = "https://github.com/senpy-club/api-worker" repository = "https://github.com/senpy-club/api-worker" license = "GPL-3.0-only" |