Skip to content

Commit 8148fda

Browse files
committed
fix: downgrade package versions pre-release
1 parent 0605c50 commit 8148fda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contactor-tui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "contactor-tui"
3-
version = "0.1.0"
3+
version = "0.1.0-alpha.1"
44
authors = ["Max Newcomer <maxwnewcomer@gmail.com>"]
55
description = "Terminal interface for contactor"
66
license = "MIT"

contactor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "contactor"
3-
version = "0.1.0"
3+
version = "0.1.0-alpha.1"
44
authors = ["Max Newcomer <maxwnewcomer@gmail.com>"]
55
description = "A distributed, eventual persisted, websockets framework."
66
repository = "https://github.com/maxwnewcomer/contactor"

0 commit comments

Comments
 (0)