##// END OF EJS Templates
hghave: deal with "rc" release...
hghave: deal with "rc" release Without this change, 5.0rc0 is not recognised as 5.0

File last commit:

r41841:ee7b7bd4 default
r42401:07e479ef 5.0 stable
Show More
Cargo.toml
12 lines | 255 B | text/plain | TOMLLexer
[package]
name = "hg-core"
version = "0.1.0"
authors = ["Georges Racinet <gracinet@anybox.fr>"]
description = "Mercurial pure Rust core library, with no assumption on Python bindings (FFI)"
[lib]
name = "hg"
[dev-dependencies]
rand = "*"
rand_pcg = "*"