From e4fd132fb41a55c2a6315a82856afbb8f527fac4 Mon Sep 17 00:00:00 2001 From: Yaroslav Skopets Date: Fri, 28 Aug 2020 20:10:52 +0200 Subject: [PATCH] release: 0.0.7 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6266a55f..92c5e574 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxy-wasm-experimental" -version = "0.0.6" +version = "0.0.7" authors = ["Piotr Sikora ", "Yaroslav Skopets "] description = "WebAssembly for Proxies" readme = "README.md" diff --git a/src/lib.rs b/src/lib.rs index 13072356..03bb3d48 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#![doc(html_root_url = "https://docs.rs/proxy-wasm-experimental/0.0.6")] +#![doc(html_root_url = "https://docs.rs/proxy-wasm-experimental/0.0.7")] pub mod error; pub mod hostcalls;