Skip to content

Commit dbeac1b

Browse files
authored
Merge pull request #6 from jtgeibel/use-http-types
Bump to latest conduit alpha and use `http` types
2 parents 9bda48e + 877af95 commit dbeac1b

File tree

2 files changed

+116
-133
lines changed

2 files changed

+116
-133
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "conduit-conditional-get"
4-
version = "0.9.0-alpha.0"
4+
version = "0.9.0-alpha.1"
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.9.0-alpha.0"
15-
conduit-middleware = "0.9.0-alpha.0"
14+
conduit = "0.9.0-alpha.1"
15+
conduit-middleware = "0.9.0-alpha.1"
1616
time = "0.1.0"
1717

1818
[dev-dependencies]
19-
conduit-test = "0.9.0-alpha.0"
19+
conduit-test = "0.9.0-alpha.1"

0 commit comments

Comments
 (0)