Skip to content

Commit 75c856f

Browse files
authored
Merge branch 'main' into drop-bytes
2 parents 0227db7 + c609755 commit 75c856f

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
@@ -39,7 +39,7 @@ checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
3939

4040
[[package]]
4141
name = "proxy-wasm"
42-
version = "0.2.3"
42+
version = "0.2.4-dev"
4343
dependencies = [
4444
"hashbrown",
4545
"log",

bazel/cargo/remote/BUILD.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ alias(
5656
)
5757

5858
alias(
59-
name = "proxy-wasm-0.2.3",
60-
actual = "@crates_vendor__proxy-wasm-0.2.3//:proxy_wasm",
59+
name = "proxy-wasm-0.2.4-dev",
60+
actual = "@crates_vendor__proxy-wasm-0.2.4-dev//:proxy_wasm",
6161
tags = ["manual"],
6262
)
6363

6464
alias(
6565
name = "proxy-wasm",
66-
actual = "@crates_vendor__proxy-wasm-0.2.3//:proxy_wasm",
66+
actual = "@crates_vendor__proxy-wasm-0.2.4-dev//:proxy_wasm",
6767
tags = ["manual"],
6868
)

0 commit comments

Comments
 (0)