Skip to content

Commit 89e97ab

Browse files
authored
Merge pull request #2 from steveklabnik/master
bump deps and version
2 parents 4f0d271 + 8adfca4 commit 89e97ab

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-test"
4-
version = "0.7.3"
4+
version = "0.8.0"
55
authors = ["[email protected]",
66
"Alex Crichton <[email protected]>"]
77
description = "Testing utilities for conduit-based stacks"
88
repository = "https://github.com/conduit-rust/conduit-test"
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)