Skip to content

Commit

Permalink
fix --no-default-features tests with embedded-ws
Browse files Browse the repository at this point in the history
  • Loading branch information
LimpidCrypto committed Jan 15, 2024
1 parent 402e538 commit a7fa28d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"swellaby.rust-pack",
"panicbit.cargo",
"vadimcn.vscode-lldb",
"tamasfe.even-better-toml"
"tamasfe.even-better-toml",
"Swellaby.vscode-rust-test-adapter"
],
"settings": {
"files.autoSave": "onFocusChange",
Expand Down
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ tokio = { version = "1.28.0", features = ["full"] }
tokio-util = { version = "0.7.7", features = ["codec"] }
futures-util = "0.3.30"
bytes = { version = "1.4.0", default-features = false }
rand = { version = "0.8.4", default-features = false, features = [
"getrandom",
"std",
"std_rng",
] }

[[bench]]
name = "benchmarks"
Expand Down

0 comments on commit a7fa28d

Please sign in to comment.