Skip to content

Commit 71b6598

Browse files
committed
Version 0.6.4
1 parent fedf951 commit 71b6598

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SET VERSION=0.6.3
1+
SET VERSION=0.6.4
22

33
RMDIR /Q /S release || exit /b
44
MKDIR release\mprocs-%VERSION%-win64 || exit /b

src/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mprocs"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
description = "TUI for running multiple processes"
55
repository = "https://github.com/pvolok/mprocs"
66
authors = ["Pavel Volokitin <pavelvolokitin@gmail.com>"]
@@ -54,7 +54,7 @@ tui = "0.18.0"
5454
tui-input = "0.4.0"
5555
unicode-segmentation = "1.9.0"
5656
unicode-width = "0.1.9"
57-
vt100 = { package = "mprocs-vt100", path = "../vendor/vt100", version = "0.1.0" }
57+
vt100 = { package = "mprocs-vt100", path = "../vendor/vt100", version = "0.1.1" }
5858
which = "4.2.5"
5959
xdg = "2.4.1"
6060

vendor/vt100/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mprocs-vt100"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55

66
description = "Fork of vt100 for mprocs"

0 commit comments

Comments
 (0)