diff options
| author | Fuwn <[email protected]> | 2022-03-09 02:12:07 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-09 02:12:07 +0000 |
| commit | 30cc5b7373d411749e73bbd361c4978d927b1a0c (patch) | |
| tree | e218072f546008e4f93e0fb46057c8a7b033052e | |
| parent | fix(index.rst): document random (diff) | |
| parent | fix(manifest): readme path (diff) | |
| download | archived-api-worker-30cc5b7373d411749e73bbd361c4978d927b1a0c.tar.xz archived-api-worker-30cc5b7373d411749e73bbd361c4978d927b1a0c.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" |