From d008566832fdbfd2949486e400c682db0fd86dd3 Mon Sep 17 00:00:00 2001 From: kanarus Date: Sun, 30 Jun 2024 02:27:49 +0900 Subject: [PATCH] revise repo URLs to org's one (#7) --- Cargo.toml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f9a21bd..f5769d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" authors = ["kanarus "] documentation = "https://docs.rs/worker-bindings" homepage = "https://crates.io/crates/worker-bindings" -repository = "https://github.com/kana-rus/worker-bindings" +repository = "https://github.com/ohkami-rs/worker-bindings" readme = "README.md" license = "MIT" description = "Automatically bind bindings in your `wrangler.toml` into a Rust struct" diff --git a/README.md b/README.md index 8dccd80..01f1abf 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

Automatically bind bindings in your `wrangler.toml` into a Rust struct

- test status of worker-bindings + test status of worker-bindings crates.io
@@ -46,4 +46,4 @@ pub async fn main(req: Request, env: Env, _ctx: worker::Context) -> Result