Skip to content

Commit 34116f4

Browse files
authored
Merge pull request #1 from steveklabnik/master
bump deps and version
2 parents eb31a4c + 178217f commit 34116f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "conduit-conditional-get"
4-
version = "0.7.2"
4+
version = "0.8.0"
55
authors = ["[email protected]",
66
"Alex Crichton <[email protected]>"]
77
license = "MIT"
@@ -11,9 +11,9 @@ the response is fresh.
1111
"""
1212

1313
[dependencies]
14-
conduit = "0.7.0"
15-
conduit-middleware = "0.7.0"
14+
conduit = "0.8.0"
15+
conduit-middleware = "0.8.0"
1616
time = "0.1.0"
1717

1818
[dev-dependencies]
19-
conduit-test = "0.7.0"
19+
conduit-test = "0.8.0"

0 commit comments

Comments
 (0)