Skip to content
Snippets Groups Projects
Unverified Commit 7729d22e authored by Louis's avatar Louis :fire:
Browse files

Update rocket to 0.3.16

parent 7512ddef
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. ...@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Changed
- Upgrade rocket dependency to `0.3.16`
## [0.3.0] ## [0.3.0]
### Added ### Added
......
This diff is collapsed.
...@@ -26,9 +26,9 @@ lto = true ...@@ -26,9 +26,9 @@ lto = true
[dependencies] [dependencies]
rocket = "0.3.8" rocket = "0.3.16"
rocket_codegen = "0.3.8" rocket_codegen = "0.3.16"
rocket_contrib = "0.3.8" rocket_contrib = "0.3.16"
serde = "1" serde = "1"
serde_derive = "1" serde_derive = "1"
docopt = "0.8" docopt = "0.8"
......
#![feature(plugin)] #![feature(plugin, decl_macro)]
#![feature(alloc_system)] #![feature(alloc_system)]
#![plugin(rocket_codegen)] #![plugin(rocket_codegen)]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment