Skip to content

Commit

Permalink
release: 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yskopets committed Aug 28, 2020
1 parent 4b98bad commit e4fd132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "proxy-wasm-experimental"
version = "0.0.6"
version = "0.0.7"
authors = ["Piotr Sikora <piotrsikora@google.com>", "Yaroslav Skopets <yaroslav@tetrate.io>"]
description = "WebAssembly for Proxies"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e4fd132

Please sign in to comment.