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;