Skip to content

Commit a6f0aa9

Browse files
committed
disable web
1 parent 4745154 commit a6f0aa9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ name = "rustyscript"
33
description = "Effortless JS Integration for Rust"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
6-
version = "0.6.2"
6+
version = "0.6.3"
77
repository = "https://github.com/rscarson/rustyscript"
88

99
keywords = ["rust", "javascript", "deno", "runtime", "embedding"]
1010
categories = ["web-programming", "network-programming", "api-bindings", "compilers", "development-tools::ffi"]
1111
readme = "readme.md"
1212

1313
[features]
14-
default = ["worker", "web_stub", "console", "url", "crypto", "web"]
14+
default = ["worker", "web_stub", "console", "url", "crypto"]
1515

1616
no_extensions = []
1717
all = ["web", "io", "webstorage", "cache", "websocket"]

0 commit comments

Comments
 (0)