Skip to content

Commit ec88345

Browse files
committed
update
1 parent 439c7ec commit ec88345

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
pull_request:
7+
# pull_request:
88

99
jobs:
1010
check:

examples/core/preload/Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ fantoccini = "0.19"
2121
tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread"] }
2222
## **WARNING!** Before running this example outside the Perseus repo, replace the below line with
2323
## the one commented out below it (changing the path dependency to the version you want to use)
24-
## perseus-axum = { package = "perseus-integration", path = "../../../packages/perseus-integration", default-features = false }
25-
perseus-axum = { path = "../../../packages/perseus-axum", features = [
26-
"dflt-server",
27-
] }
24+
perseus-axum = { package = "perseus-integration", path = "../../../packages/perseus-integration", default-features = false }
25+
# perseus-axum = { path = "../../../packages/perseus-axum", features = [ "dflt-server" ] }
2826

2927
[target.'cfg(client)'.dependencies]

0 commit comments

Comments
 (0)