Skip to content

Commit

Permalink
disable tls for tungstenite in tests
Browse files Browse the repository at this point in the history
in order to avoid platform specific dependencies in Cargo.lock
  • Loading branch information
ecioppettini committed Jul 3, 2020
1 parent 48f32bc commit b852cb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 117 deletions.
116 changes: 0 additions & 116 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion testing/jormungandr-integration-tests/Cargo.toml
Expand Up @@ -40,7 +40,10 @@ url = "2.1.1"
yaml-rust = "0.4.4"
indicatif = "0.15.0"
fs_extra = "1.1.0"
tungstenite = "0.11.0"

[dependencies.tungstenite]
version = "0.11.0"
default-features = false

[dependencies.reqwest]
version = "0.10.6"
Expand Down

0 comments on commit b852cb4

Please sign in to comment.