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 f29905a + cf1d922 commit 461f7f6Copy full SHA for 461f7f6
Cargo.toml
@@ -1,13 +1,13 @@
1
[package]
2
3
name = "conduit-middleware"
4
-version = "0.7.4"
+version = "0.8.0"
5
authors = ["[email protected]",
6
"Alex Crichton <[email protected]>"]
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.7"
13
-semver = "0.2"
+conduit = "0.8"
+semver = "0.5.0"
0 commit comments