diff --git a/Cargo.toml b/Cargo.toml
index 7ad8ed38f7bde2a486392f3314a66802f3dabce5..c56b329435f41921633e9d7ee8405d14ad96a1e7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "wasm-sockets"
-version = "0.2.0"
+version = "0.2.1"
 authors = ["scratchyone <scratchywon@gmail.com>"]
 edition = "2018"
 license = "MIT"
@@ -9,6 +9,10 @@ description = "A WASM-only websocket library"
 repository = "https://github.com/scratchyone/wasm-sockets"
 readme = "Readme.md"
 
+[package.metadata.docs.rs]
+targets = ["wasm32-unknown-unknown"]
+
+
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]