Skip to content

Commit

Permalink
Re-enable loco-rs examples
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Oct 15, 2024
1 parent d13e2c8 commit 1d08ea3
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 0 additions & 1 deletion examples/loco_example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
1 change: 0 additions & 1 deletion examples/loco_seaography/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
1 change: 0 additions & 1 deletion examples/loco_starter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
1 change: 0 additions & 1 deletion examples/react_admin/backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit 1d08ea3

Please sign in to comment.