Skip to content

Commit a42949b

Browse files
committed
Bump package versions to 0.1.1 and update edition to 2024 in Cargo.toml files for rsc8_core and rsc8_tui
1 parent 95c93b7 commit a42949b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.

rsc8_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
edition = "2024"
33
name = "rsc8_core"
4-
version = "0.1.0"
4+
version = "0.1.1"
55

66
[dependencies]

rsc8_tui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2024"
33
name = "rsc8_tui"
4-
version = "0.1.0"
4+
version = "0.1.1"
55

66
[dependencies]
77
crossterm = "*"

0 commit comments

Comments
 (0)