Skip to content

Commit 167ae71

Browse files
authored
Merge branch 'main' into hashbrown_v0.15
2 parents 7568535 + 87e87d8 commit 167ae71

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.2"
3+
version = "0.2.3-dev"
44
authors = ["Piotr Sikora <[email protected]>"]
55
rust-version = "1.64"
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 = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
3939

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

bazel/cargo/remote/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ alias(
4545

4646
alias(
4747
name = "proxy-wasm",
48-
actual = "@crates_vendor__proxy-wasm-0.2.2//:proxy_wasm",
48+
actual = "@crates_vendor__proxy-wasm-0.2.3-dev//:proxy_wasm",
4949
tags = ["manual"],
5050
)

0 commit comments

Comments
 (0)