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 02f0b09 + 7d5b316 commit 272a803Copy full SHA for 272a803
Cargo.toml
@@ -1,13 +1,13 @@
1
[package]
2
3
name = "conduit-middleware"
4
-version = "0.8.1"
+version = "0.9.0-alpha.0"
5
authors = ["wycats@gmail.com",
6
"Alex Crichton <alex@alexcrichton.com>"]
7
description = "HTTP Middleware interface using the conduit interface"
8
repository = "https://github.com/conduit-rust/conduit-middleware"
9
license = "MIT"
10
11
[dependencies]
12
-conduit = "0.8"
13
-semver = "0.5.0"
+conduit = "0.9.0-alpha.0"
+semver = "0.9"
0 commit comments