mirror of
https://github.com/bootandy/dust.git
synced 2026-02-04 19:11:46 -08:00
Increment version for new release
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -114,7 +114,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
|
||||
[[package]]
|
||||
name = "du-dust"
|
||||
version = "0.5.2"
|
||||
version = "0.5.3"
|
||||
dependencies = [
|
||||
"ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"assert_cmd 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "du-dust"
|
||||
description = "A more intuitive version of du"
|
||||
version = "0.5.2"
|
||||
version = "0.5.3"
|
||||
authors = ["bootandy <bootandy@gmail.com>", "nebkor <code@ardent.nebcorp.com>"]
|
||||
edition = "2018"
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
# ----------- To do a release ---------
|
||||
# edit version in cargo.toml
|
||||
# tag a commit and push:
|
||||
# git tag v0.4.5
|
||||
# git push origin v0.4.5
|
||||
|
||||
Reference in New Issue
Block a user