Removing modprobe bcachefs (as we have it build in into kernel) and bumping app version.

This commit is contained in:
2026-07-13 01:39:42 +02:00
parent 56d181864a
commit 32a1491537
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
[package]
name = "nyanit"
version = "0.1.1"
version = "0.1.2"
edition = "2024"
[dependencies]
ratatui = { version = "0.30", default-features = false, features = ["termion"] }
ratatui-textarea = { version = "0.9", default-features = false, features = ["termion"] }
regex = "1.12.4"
regex = "1.12"
termion = "4"