Skip to content

Commit

Permalink
Update Proxy-Wasm Rust SDK to v0.2.2. (#23)
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Sikora <[email protected]>
  • Loading branch information
PiotrSikora authored Aug 1, 2024
1 parent 24aff94 commit 8578c82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
with:
repository: proxy-wasm/proxy-wasm-rust-sdk
path: proxy-wasm-rust-sdk
ref: v0.2.1
ref: v0.2.2

- name: Update Rust
run: |
Expand Down
2 changes: 1 addition & 1 deletion examples/http_auth_random.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fn main() -> Result<()> {
]),
None,
Some(vec![]),
Some(5 * 10u64.pow(3)),
Some(1 * 10u64.pow(3)),
)
.returning(Some(0))
.execute_and_expect(ReturnType::Action(Action::Pause))?;
Expand Down

0 comments on commit 8578c82

Please sign in to comment.