Skip to content

Commit

Permalink
Chore/no default built in dns (#89)
Browse files Browse the repository at this point in the history
* chore: remove built-in-dns from default features

Signed-off-by: zzz <[email protected]>

* chore: bump to 0.5.2

Signed-off-by: zzz <[email protected]>

---------

Signed-off-by: zzz <[email protected]>
  • Loading branch information
L-jasmine authored Dec 21, 2023
1 parent 66df13d commit 118a5da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmedge_wasi_socket"
version = "0.5.1"
version = "0.5.2"
authors = ["Yi <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand All @@ -21,7 +21,7 @@ libc = "0.2.3"
rand = "0.8.5"

[features]
default = ["built-in-dns", "wasmedge_0_12"]
default = ["wasmedge_0_12"]
wasmedge_0_12 = []
built-in-dns = []
wasi_poll = []
Expand Down

0 comments on commit 118a5da

Please sign in to comment.