Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Sep 18, 2023
1 parent 320e2c4 commit da33a77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
version:
- 1.66.0 # MSRV
# - 1.66.0 # MSRV
- stable
- nightly

Expand Down
8 changes: 1 addition & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,5 @@ ntex-tls = "0.3.1"
rustls = "0.21"
rustls-pemfile = "1.0"
openssl = "0.10"
ntex = { version = "0.7.4", features = ["tokio", "rustls", "openssl"] }
test-case = "3.2"

[profile.dev]
lto = "off" # cannot build tests with "thin"

[profile.test]
lto = "off" # cannot build tests with "thin"
ntex = { version = "0.7.4", features = ["tokio", "rustls", "openssl"] }

0 comments on commit da33a77

Please sign in to comment.