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" }