Skip to content

Commit 5227385

Browse files
committed
Auto merge of #2194 - steveklabnik:update_semver, r=alexcrichton
I realized that Cargo wasn't using the latest semver. This doesn't include my big nom refactoring, that will be 0.3.0.
2 parents b2e4ff7 + 94cc5e1 commit 5227385

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ log = "0.3"
3535
num_cpus = "0.2"
3636
regex = "0.1"
3737
rustc-serialize = "0.3"
38-
semver = "0.1"
38+
semver = "0.2.0"
3939
tar = "0.3"
4040
term = "0.2"
4141
time = "0.1"

0 commit comments

Comments
 (0)