We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24aff94 commit 8578c82Copy full SHA for 8578c82
.github/workflows/rust.yml
@@ -139,7 +139,7 @@ jobs:
139
with:
140
repository: proxy-wasm/proxy-wasm-rust-sdk
141
path: proxy-wasm-rust-sdk
142
- ref: v0.2.1
+ ref: v0.2.2
143
144
- name: Update Rust
145
run: |
examples/http_auth_random.rs
@@ -46,7 +46,7 @@ fn main() -> Result<()> {
46
]),
47
None,
48
Some(vec![]),
49
- Some(5 * 10u64.pow(3)),
+ Some(1 * 10u64.pow(3)),
50
)
51
.returning(Some(0))
52
.execute_and_expect(ReturnType::Action(Action::Pause))?;
0 commit comments