From b0a7ceb4d1bd928d1885da70b576ba33c2fba0c1 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Fri, 9 Aug 2024 23:31:41 +0800 Subject: [PATCH] Fix examples --- examples/loco_example/Cargo.toml | 2 +- examples/loco_seaography/Cargo.toml | 2 +- examples/loco_starter/Cargo.toml | 2 +- examples/react_admin/backend/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/loco_example/Cargo.toml b/examples/loco_example/Cargo.toml index 7b371f66..20108f25 100644 --- a/examples/loco_example/Cargo.toml +++ b/examples/loco_example/Cargo.toml @@ -49,4 +49,4 @@ insta = { version = "1.34.0", features = ["redactions", "yaml", "filters"] } [patch.crates-io] sea-orm = { path = "../../" } sea-orm-migration = { path = "../../sea-orm-migration" } -loco-rs = { git = "https://github.com/SeaQL/sea-orm" } +loco-rs = { git = "https://github.com/billy1624/loco" } diff --git a/examples/loco_seaography/Cargo.toml b/examples/loco_seaography/Cargo.toml index 977ff7a0..6fb8a6ba 100644 --- a/examples/loco_seaography/Cargo.toml +++ b/examples/loco_seaography/Cargo.toml @@ -56,4 +56,4 @@ insta = { version = "1.34.0", features = ["redactions", "yaml", "filters"] } [patch.crates-io] sea-orm = { path = "../../" } sea-orm-migration = { path = "../../sea-orm-migration" } -loco-rs = { git = "https://github.com/SeaQL/sea-orm" } +loco-rs = { git = "https://github.com/billy1624/loco" } diff --git a/examples/loco_starter/Cargo.toml b/examples/loco_starter/Cargo.toml index b5cc0af0..1ad7d576 100644 --- a/examples/loco_starter/Cargo.toml +++ b/examples/loco_starter/Cargo.toml @@ -50,4 +50,4 @@ insta = { version = "1.34.0", features = ["redactions", "yaml", "filters"] } [patch.crates-io] sea-orm = { path = "../../" } sea-orm-migration = { path = "../../sea-orm-migration" } -loco-rs = { git = "https://github.com/SeaQL/sea-orm" } +loco-rs = { git = "https://github.com/billy1624/loco" } diff --git a/examples/react_admin/backend/Cargo.toml b/examples/react_admin/backend/Cargo.toml index 15996e39..b0a5a7ef 100644 --- a/examples/react_admin/backend/Cargo.toml +++ b/examples/react_admin/backend/Cargo.toml @@ -56,4 +56,4 @@ insta = { version = "1.34.0", features = ["redactions", "yaml", "filters"] } [patch.crates-io] sea-orm = { path = "../../../" } sea-orm-migration = { path = "../../../sea-orm-migration" } -loco-rs = { git = "https://github.com/SeaQL/sea-orm" } +loco-rs = { git = "https://github.com/billy1624/loco" }