mirror of
https://github.com/figsoda/mmtc
synced 2024-11-26 17:00:18 +00:00
bump version
This commit is contained in:
parent
e8ab93b2f9
commit
fdd0558556
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -395,7 +395,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mmtc"
|
name = "mmtc"
|
||||||
version = "0.2.5"
|
version = "0.2.6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-io",
|
"async-io",
|
||||||
|
|
|
@ -2,7 +2,7 @@ cargo-features = ["strip"]
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "mmtc"
|
name = "mmtc"
|
||||||
version = "0.2.5"
|
version = "0.2.6"
|
||||||
authors = ["figsoda <figsoda@pm.me>"]
|
authors = ["figsoda <figsoda@pm.me>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "Minimal mpd terminal client that aims to be simple yet highly configurable"
|
description = "Minimal mpd terminal client that aims to be simple yet highly configurable"
|
||||||
|
|
Loading…
Reference in a new issue