semver 0.1.4

Semantic version parsing and comparison.
1
2
3
4
5
6
7
8
9
10
11
12
[package]

name = "semver"
version = "0.1.4"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-lang/semver"
homepage = "https://github.com/rust-lang/semver"
documentation = "http://doc.rust-lang.org/semver"
description = """
Semantic version parsing and comparison.
"""