aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-09 02:12:07 -0800
committerFuwn <[email protected]>2022-03-09 02:12:07 -0800
commitf154238919ff38829656bc9062183435d2a01496 (patch)
treee218072f546008e4f93e0fb46057c8a7b033052e
parentfix(index.rst): document random (diff)
parentfix(manifest): readme path (diff)
downloadapi-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.yaml2
-rw-r--r--Cargo.toml2
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
diff --git a/Cargo.toml b/Cargo.toml
index 99774f3..b5f2106 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"