Skip to content

Commit daaf0c9

Browse files
committed
Remove r402-facilitator crate and Docker infrastructure from workspace
* Remove r402-facilitator from workspace members and package dependencies * Remove r402-facilitator from rust-publish workflow package list * Delete Dockerfile and .dockerignore files * Delete r402-facilitator crate directory including Cargo.toml, README.md, and all source files * Remove unused workspace dependencies: tokio-util, axum, rustls, tower-http, dotenvy, opentelemetry ecosystem crates, and tracing-subscriber * Keep
1 parent 2ed2f62 commit daaf0c9

File tree

18 files changed

+2
-2205
lines changed

18 files changed

+2
-2205
lines changed

.dockerignore

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/rust-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
call-publish:
1313
uses: qntx/workflows/.github/workflows/rust-publish.yml@main
1414
with:
15-
package: "r402 r402-evm r402-svm r402-http r402-facilitator"
15+
package: "r402 r402-evm r402-svm r402-http"
1616
secrets:
1717
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)