Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
avifenesh authored Apr 2, 2024
1 parent 77d35e3 commit b2a7530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions glide-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ arcstr = "1.1.5"
sha1_smol = "1.0.0"

[features]
socket-layer = ["directories", "integer-encoding", "num_cpus", "signal-hook", "signal-hook-tokio", "protobuf", "tokio-util", "bytes", "rand"]
# socket-layer = ["directories", "integer-encoding", "num_cpus", "signal-hook", "signal-hook-tokio", "protobuf", "tokio-util", "bytes", "rand"]

[dev-dependencies]
rsevents = "0.3.1"
Expand All @@ -43,7 +43,7 @@ ctor = "0.2.2"
redis = { path = "../submodules/redis-rs/redis", features = ["tls-rustls-insecure"] }
iai-callgrind = "0.9"
tokio = { version = "1", features = ["rt-multi-thread"] }
glide-core = { path = ".", features = ["socket-layer"]} # always enable this feature in tests.
glide-core = { path = "."} # always enable this feature in tests.


[build-dependencies]
Expand Down

0 comments on commit b2a7530

Please sign in to comment.