From 1d08ea376d34bbc5506ea04bfa8cbbcc138a334f Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Tue, 15 Oct 2024 14:51:23 +0800 Subject: [PATCH] Re-enable loco-rs examples --- .github/workflows/rust.yml | 8 ++++---- examples/loco_example/Cargo.toml | 1 - examples/loco_seaography/Cargo.toml | 1 - examples/loco_starter/Cargo.toml | 1 - examples/react_admin/backend/Cargo.toml | 1 - 5 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index d4f0498b..60549793 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -239,12 +239,12 @@ jobs: examples/basic, examples/graphql_example, examples/jsonrpsee_example, - # examples/loco_example, - # examples/loco_starter, - # examples/loco_seaography, + examples/loco_example, + examples/loco_starter, + examples/loco_seaography, examples/poem_example, examples/proxy_gluesql_example, - # examples/react_admin, + examples/react_admin, examples/rocket_example, examples/rocket_okapi_example, examples/salvo_example, diff --git a/examples/loco_example/Cargo.toml b/examples/loco_example/Cargo.toml index 9d790519..ca19cd81 100644 --- a/examples/loco_example/Cargo.toml +++ b/examples/loco_example/Cargo.toml @@ -49,4 +49,3 @@ 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/billy1624/loco" } diff --git a/examples/loco_seaography/Cargo.toml b/examples/loco_seaography/Cargo.toml index 317e54e3..d5ef3386 100644 --- a/examples/loco_seaography/Cargo.toml +++ b/examples/loco_seaography/Cargo.toml @@ -56,4 +56,3 @@ 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/billy1624/loco" } diff --git a/examples/loco_starter/Cargo.toml b/examples/loco_starter/Cargo.toml index 9a681d9e..bc307630 100644 --- a/examples/loco_starter/Cargo.toml +++ b/examples/loco_starter/Cargo.toml @@ -50,4 +50,3 @@ 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/billy1624/loco" } diff --git a/examples/react_admin/backend/Cargo.toml b/examples/react_admin/backend/Cargo.toml index 1bc601de..bc4a64ac 100644 --- a/examples/react_admin/backend/Cargo.toml +++ b/examples/react_admin/backend/Cargo.toml @@ -56,4 +56,3 @@ 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/billy1624/loco" }