Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ jobs:
- name: Test Cargo crates
run: cargo test --all-features

# TODO(NODE-1907): Remove once ic-http-gateway is fully deprecated.
- name: Check compatibility shim crate
run: cargo check -p ic-http-gateway --all-features

- name: Build Cargo docs
run: cargo doc --no-deps

Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,3 @@ jobs:
- run: cargo publish --package ic-http-gateway-protocol --allow-dirty
env:
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}

# TODO(NODE-1907): Remove once ic-http-gateway is fully deprecated.
- run: cargo publish --package ic-http-gateway --allow-dirty
env:
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
85 changes: 38 additions & 47 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ members = [
"examples/http-gateway/canister/src/custom_assets",
"examples/http-gateway/rust",
"packages/ic-http-gateway-protocol",
# TODO(NODE-1907): Remove once ic-http-gateway is fully deprecated.
"packages/ic-http-gateway",
]

# https://github.com/rust-lang/cargo/issues/9406
Expand Down Expand Up @@ -60,5 +58,3 @@ ic-http-certification = ">=3.0.3, <4.0.0"
ic-asset-certification = ">=3.0.3, <4.0.0"

ic-http-gateway-protocol = { path = "./packages/ic-http-gateway-protocol", version = "0.0.0-git" }
# TODO(NODE-1907): Remove once ic-http-gateway is fully deprecated.
ic-http-gateway = { path = "./packages/ic-http-gateway", version = "0.0.0-git" }
23 changes: 0 additions & 23 deletions packages/ic-http-gateway/Cargo.toml

This file was deleted.

5 changes: 0 additions & 5 deletions packages/ic-http-gateway/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions packages/ic-http-gateway/src/lib.rs

This file was deleted.

Loading