From 1494594f36b74040988a52a5b82fe444c6d16a12 Mon Sep 17 00:00:00 2001 From: scratchyone Date: Fri, 25 Nov 2022 12:36:59 -0500 Subject: [PATCH] Bump minor version --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7ecdb29..3551fc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-sockets" -version = "0.2.2" +version = "0.3.0" authors = ["scratchyone "] edition = "2018" license = "MIT" @@ -14,12 +14,12 @@ description = "A WASM-only websocket library" repository = "https://github.com/scratchyone/wasm-sockets" readme = "Readme.md" -[lib] -crate-type = ["cdylib", "rlib"] - [package.metadata.docs.rs] targets = ["wasm32-unknown-unknown"] +[lib] +crate-type = ["cdylib", "rlib"] + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html