Skip to content

Commit

Permalink
Merge pull request #5 from routerify/revert-4-revert-3-master
Browse files Browse the repository at this point in the history
Revert "Revert "Update to Routerify v2""
  • Loading branch information
seanpianka authored Mar 29, 2021
2 parents 2ad4d66 + 86a9e42 commit e1057f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 48 deletions.
9 changes: 4 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "routerify-query"
version = "1.1.0"
version = "2.0.0"
description = "A Routerify middleware which parses the request query string."
homepage = "https://github.com/routerify/routerify-query"
repository = "https://github.com/routerify/routerify-query"
Expand All @@ -12,10 +12,9 @@ license = "MIT"
edition = "2018"

[dependencies]
routerify = "1.1"
hyper = "0.13"
routerify = "2"
hyper = "0.14"
url = "2.1"

[dev-dependencies]
tokio = { version = "0.2", features = ["full"] }
stream-body = "0.1"
tokio = { version = "1", features = ["full"] }
43 changes: 0 additions & 43 deletions examples/test_stream_body.rs

This file was deleted.

0 comments on commit e1057f5

Please sign in to comment.