We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67b47fd + dd9eedd commit 5377ee9Copy full SHA for 5377ee9
Cargo.toml
@@ -1,13 +1,13 @@
1
[package]
2
3
name = "conduit-router"
4
-version = "0.8.0"
+version = "0.9.0-alpha.0"
5
authors = ["[email protected]"]
6
license = "MIT"
7
description = "Router middleware for conduit based on route-recognizer"
8
repository = "https://github.com/conduit-rust/conduit-router"
9
10
[dependencies]
11
-conduit = "0.8"
+conduit = "0.9.0-alpha.0"
12
route-recognizer = "0.1.0"
13
-semver = "0.5.0"
+semver = "0.9.0"
0 commit comments