allow running ci on main branch

This commit is contained in:
alice pellerin
2026-05-01 15:30:08 -05:00
parent 4a911da95a
commit cc56ece472
2 changed files with 3 additions and 2 deletions
Generated
+1 -1
View File
@@ -568,7 +568,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hexapoda"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"clap",
"clap_complete",
+2 -1
View File
@@ -1,6 +1,7 @@
[package]
name = "hexapoda"
version = "0.1.0"
# if run manually, CI will check for the string "ain" (lol), so here you go :)
version = "0.2.0"
description = "a colorful modal hex editor"
repository = "https://github.com/simonomi/hexapoda"
keywords = ["cli", "tui", "hex", "tool", "editor"]