mirror of
https://github.com/actix/examples
synced 2024-11-23 14:31:07 +01:00
Do not use master branch of actix-web
This commit is contained in:
parent
3c5d53416b
commit
d8412fb9bb
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,6 +6,7 @@ target/
|
||||
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
|
||||
# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
|
||||
/*/Cargo.lock
|
||||
Cargo.lock
|
||||
|
||||
# These are backup files generated by rustfmt
|
||||
**/*.rs.bk
|
||||
|
@ -12,4 +12,4 @@ path = "src/main.rs"
|
||||
env_logger = "0.5"
|
||||
rustls = "0.13"
|
||||
actix = "0.7"
|
||||
actix-web = { git = "https://github.com/actix/actix-web.git", features=["rust-tls"] }
|
||||
actix-web = { version = "0.7", features=["rust-tls"] }
|
||||
|
Loading…
Reference in New Issue
Block a user