Skip to content

Commit

Permalink
Bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
scratchyone committed Nov 25, 2022
1 parent cb32723 commit 1494594
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasm-sockets"
version = "0.2.2"
version = "0.3.0"
authors = ["scratchyone <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -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

Expand Down

0 comments on commit 1494594

Please sign in to comment.