Browse Source

Merge pull request #1 from mprasil/master

Bump the rocket version to compile with current nightly
pull/2/head
Daniel García 7 years ago
committed by GitHub
parent
commit
25b63d3e6b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 508
      Cargo.lock
  2. 6
      Cargo.toml

508
Cargo.lock

File diff suppressed because it is too large

6
Cargo.toml

@ -5,9 +5,9 @@ authors = ["Daniel García <dani-garcia@users.noreply.github.com>"]
[dependencies] [dependencies]
# Web framework for nightly with a focus on ease-of-use, expressibility, and speed. # Web framework for nightly with a focus on ease-of-use, expressibility, and speed.
rocket = { version = "0.3.6", features = ["tls"] } rocket = { version = "0.3.8", features = ["tls"] }
rocket_codegen = "0.3.6" rocket_codegen = "0.3.8"
rocket_contrib = "0.3.6" rocket_contrib = "0.3.8"
# HTTP client # HTTP client
reqwest = "0.8.5" reqwest = "0.8.5"

Loading…
Cancel
Save