Skip to content

Commit 272a803

Browse files
authoredFeb 20, 2020
Merge pull request #3 from jtgeibel/bump-versions
Bump dependencies for new alpha release
2 parents 02f0b09 + 7d5b316 commit 272a803

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

Diff for: ‎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.8.1"
4+
version = "0.9.0-alpha.0"
55
authors = ["wycats@gmail.com",
66
"Alex Crichton <alex@alexcrichton.com>"]
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.8"
13-
semver = "0.5.0"
12+
conduit = "0.9.0-alpha.0"
13+
semver = "0.9"

0 commit comments

Comments
 (0)
Please sign in to comment.