Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
version-sync 0.2.0 - Docs.rs
[go: Go Back, main page]

version-sync 0.2.0

Simple crate for ensuring that version numbers in README files are updated when the crate version changes.
Documentation
[package]
name = "version-sync"
version = "0.2.0"
authors = ["Martin Geisler <martin@geisler.net>"]
description = """
Simple crate for ensuring that version numbers in README files are
updated when the crate version changes.
"""
documentation = "https://docs.rs/version-sync/"
repository = "https://github.com/mgeisler/version-sync"
readme = "README.md"
keywords = ["version"]
categories = ["development-tools", "rust-patterns"]
license = "MIT"
exclude = [".dir-locals.el"]

[dependencies]
pulldown-cmark = { version = "0.0.11", default-features = false }
semver-parser = "0.7"
syntex_syntax = "0.58.0"
toml = "0.4"
url = "1.5.1"
# unicode-bidi is an indirect dependency and version 0.3.4 is not
# compatible with Rust 1.15.0:
unicode-bidi = "0.3.1, < 0.3.4"