Skip to content

Commit

Permalink
fix: fix proxy handler
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed Jan 19, 2025
1 parent 794274e commit 4d76d7e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ strip = true
opt-level = 's'

[workspace.package]
version = "0.2.9"
version = "0.2.10"
edition = "2021"
repository = "https://github.com/ldclabs/ic-tee"
keywords = ["tee", "canister", "icp", "nitro"]
Expand Down
2 changes: 1 addition & 1 deletion src/ic_tee_nitro_gateway/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ async fn bootstrap(cli: Cli) -> Result<(), BoxError> {
info.clone(),
Arc::new(tee_agent.clone()),
[0u8; 48],
None,
cli.upstream_port,
String::new(),
None,
),
Expand Down

0 comments on commit 4d76d7e

Please sign in to comment.