versyon 0.0.14

Increases versions in a rust mono repo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "versyon"
version = "0.0.14"
license = "MIT"
description = "Increases versions in a rust mono repo"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "3.2.17", features = ["derive"] }
git2 = "0.15.0"
regex = "1.6.0"
walkdir = "2.3.2"