Skip to content

Commit

Permalink
Update to Routerify v2
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Pianka <[email protected]>
  • Loading branch information
seanpianka committed Mar 28, 2021
1 parent 45cae5b commit b37af15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "routerify-cors"
version = "2.0.0-beta-2"
version = "2.0.0"
description = "A Routerify middleware which enables CORS."
homepage = "https://github.com/routerify/routerify-cors"
repository = "https://github.com/routerify/routerify-cors"
Expand All @@ -12,7 +12,7 @@ license = "MIT"
edition = "2018"

[dependencies]
routerify = { git = "https://github.com/seanpianka/routerify.git", branch = "requestservicebuilder" }
routerify = "2"
hyper = "0.14"

[dev-dependencies]
Expand Down

0 comments on commit b37af15

Please sign in to comment.