Skip to content

Commit 87e87d8

Browse files
authored
Update version to v0.2.3-dev. (#272)
Found with cargo publish (nightly). Signed-off-by: Piotr Sikora <[email protected]>
1 parent 3f4274e commit 87e87d8

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
@@ -59,7 +59,7 @@ dependencies = [
5959

6060
[[package]]
6161
name = "proxy-wasm"
62-
version = "0.2.2"
62+
version = "0.2.3-dev"
6363
dependencies = [
6464
"hashbrown",
6565
"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)