Skip to content

Commit 78708cc

Browse files
committed
chore: fix eidolon feature
1 parent 6bce7e5 commit 78708cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ log_crate = { package = "log", version = "0.4.17" }
3030
[features]
3131
default = ["reactor", "socket2"]
3232
all = ["reactor", "nonblocking", "eidolon", "mio", "log"]
33-
eidolon = ["cyphernet/eidolon"]
33+
eidolon = ["cyphernet/eidolon", "cyphernet/x25519"]
3434
reactor = ["io-reactor", "nonblocking"]
3535
nonblocking = ["socket2"]
3636
log = ["log_crate", "io-reactor/log"]

0 commit comments

Comments
 (0)