diff --git a/ecmascript/Cargo.toml b/ecmascript/Cargo.toml index 57ab0be3d77b..0531af60dd46 100644 --- a/ecmascript/Cargo.toml +++ b/ecmascript/Cargo.toml @@ -6,7 +6,10 @@ edition = "2018" license = "Apache-2.0/MIT" name = "swc_ecmascript" repository = "https://github.com/swc-project/swc.git" -version = "0.21.0" +version = "0.21.1" + +[package.metadata.docs.rs] +all-features = true [features] codegen = ["swc_ecma_codegen"]