cargo-bump 1.1.0

Increments the version number of the current project.
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "cargo-bump"
version = "1.1.0"
authors = ["Wraithan (Chris McDonald) <xwraithanx@gmail.com>"]
description = "Increments the version number of the current project."
readme = "README.md"
keywords = ["cargo", "version", "bump"]
license = "ISC"
repository = "https://github.com/wraithan/cargo-bump"
[dependencies.cargo_metadata]
version = "0.7.0"

[dependencies.clap]
version = "2.26.0"

[dependencies.semver]
version = "0.9.0"

[dependencies.toml_edit]
version = "0.1.3"
[badges.travis-ci]
branch = "master"
repository = "wraithan/cargo-bump"