Skip to content

Commit c56ee96

Browse files
authored
Merge pull request #10 from steveklabnik/master
bump semver version
2 parents 2b83bbd + 1b6542b commit c56ee96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

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

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

1111
[dependencies]
12-
semver = "0.2.0"
12+
semver = "0.5.0"

0 commit comments

Comments
 (0)