Skip to content

Commit a292938

Browse files
authored
Merge pull request #3 from steveklabnik/master
Update dependencies and version
2 parents ada1a89 + 7b6aed1 commit a292938

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22

33
name = "conduit-router"
4-
version = "0.7.3"
4+
version = "0.8.0"
55
authors = ["[email protected]"]
66
license = "MIT"
77
description = "Router middleware for conduit based on route-recognizer"
88
repository = "https://github.com/conduit-rust/conduit-router"
99

1010
[dependencies]
11-
conduit = "0.7"
11+
conduit = "0.8"
1212
route-recognizer = "0.1.0"
13-
semver = "0.2"
13+
semver = "0.5.0"

0 commit comments

Comments
 (0)