Skip to content

Commit 461f7f6

Browse files
authored
Merge pull request #1 from steveklabnik/master
Bump dependencies and version
2 parents f29905a + cf1d922 commit 461f7f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22

33
name = "conduit-middleware"
4-
version = "0.7.4"
4+
version = "0.8.0"
55
authors = ["[email protected]",
66
"Alex Crichton <[email protected]>"]
77
description = "HTTP Middleware interface using the conduit interface"
88
repository = "https://github.com/conduit-rust/conduit-middleware"
99
license = "MIT"
1010

1111
[dependencies]
12-
conduit = "0.7"
13-
semver = "0.2"
12+
conduit = "0.8"
13+
semver = "0.5.0"

0 commit comments

Comments
 (0)