Skip to content

Commit 17b8b75

Browse files
authored
Merge branch 'main' into header-value
2 parents 9bf47e6 + c609755 commit 17b8b75

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proxy-wasm"
3-
version = "0.2.3"
3+
version = "0.2.4-dev"
44
authors = ["Piotr Sikora <[email protected]>"]
55
rust-version = "1.65"
66
description = "WebAssembly for Proxies"

bazel/cargo/Cargo.Bazel.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
6868

6969
[[package]]
7070
name = "proxy-wasm"
71-
version = "0.2.3"
71+
version = "0.2.4-dev"
7272
dependencies = [
7373
"bytes",
7474
"hashbrown",

bazel/cargo/remote/BUILD.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ alias(
8080
)
8181

8282
alias(
83-
name = "proxy-wasm-0.2.3",
84-
actual = "@crates_vendor__proxy-wasm-0.2.3//:proxy_wasm",
83+
name = "proxy-wasm-0.2.4-dev",
84+
actual = "@crates_vendor__proxy-wasm-0.2.4-dev//:proxy_wasm",
8585
tags = ["manual"],
8686
)
8787

8888
alias(
8989
name = "proxy-wasm",
90-
actual = "@crates_vendor__proxy-wasm-0.2.3//:proxy_wasm",
90+
actual = "@crates_vendor__proxy-wasm-0.2.4-dev//:proxy_wasm",
9191
tags = ["manual"],
9292
)

0 commit comments

Comments
 (0)