Skip to content

Commit 8578c82

Browse files
authored
Update Proxy-Wasm Rust SDK to v0.2.2. (#23)
Signed-off-by: Piotr Sikora <[email protected]>
1 parent 24aff94 commit 8578c82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
with:
140140
repository: proxy-wasm/proxy-wasm-rust-sdk
141141
path: proxy-wasm-rust-sdk
142-
ref: v0.2.1
142+
ref: v0.2.2
143143

144144
- name: Update Rust
145145
run: |

examples/http_auth_random.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fn main() -> Result<()> {
4646
]),
4747
None,
4848
Some(vec![]),
49-
Some(5 * 10u64.pow(3)),
49+
Some(1 * 10u64.pow(3)),
5050
)
5151
.returning(Some(0))
5252
.execute_and_expect(ReturnType::Action(Action::Pause))?;

0 commit comments

Comments
 (0)