Skip to content

Commit d0a8495

Browse files
Merge pull request #21 from jtgeibel/update/semver
Bump to latest `semver` and bump ours version to a new alpha
2 parents 414e826 + 6f10afa commit d0a8495

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22

33
name = "conduit"
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 = "Common HTTP server interface"
88
license = "MIT"
99
repository = "https://github.com/conduit-rust/conduit"
1010

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

0 commit comments

Comments
 (0)