diff options
| author | Fuwn <[email protected]> | 2022-07-12 21:39:49 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-07-12 21:39:49 +0000 |
| commit | 3398334bd2ff52cf5b136f0c448b116fa7557fc1 (patch) | |
| tree | a4fe54978e66288b73ddd72e3475a3db5e6d86c4 | |
| parent | fix(utils): remove trivial import (diff) | |
| download | api-worker-3398334bd2ff52cf5b136f0c448b116fa7557fc1.tar.xz api-worker-3398334bd2ff52cf5b136f0c448b116fa7557fc1.zip | |
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ [package] name = "api-worker" -version = "0.2.2" +version = "0.2.3" authors = ["Fuwn <[email protected]>"] edition = "2021" description = "API (as a Cloudflare Worker!)" |