mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-26 15:07:42 +02:00
drop skeptic for now
This commit is contained in:
@ -10,7 +10,6 @@ repository = "https://github.com/fafhrd91/actix-web.git"
|
||||
categories = ["network-programming", "asynchronous"]
|
||||
license = "Apache-2.0"
|
||||
exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"]
|
||||
build = "build.rs"
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "fafhrd91/actix-web", branch = "master" }
|
||||
@ -22,7 +21,7 @@ name = "actix_web"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[features]
|
||||
default = ["nightly"]
|
||||
default = []
|
||||
|
||||
# Enable nightly features
|
||||
nightly = []
|
||||
@ -55,12 +54,6 @@ git = "https://github.com/fafhrd91/actix.git"
|
||||
default-features = false
|
||||
features = []
|
||||
|
||||
[dev-dependencies]
|
||||
skeptic = "0.13"
|
||||
|
||||
[build-dependencies]
|
||||
skeptic = "0.13"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
opt-level = 3
|
||||
|
Reference in New Issue
Block a user