From ab9e85ce3f8f379622687fa56227b44b08c0b84d Mon Sep 17 00:00:00 2001 From: unknowntrojan <14975032+unknowntrojan@users.noreply.github.com> Date: Thu, 7 Mar 2024 17:05:52 +0100 Subject: 0.1.6 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index bb98727..1941181 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "binja_coolsigmaker" -version = "0.1.5" +version = "0.1.6" authors = ["unknowntrojan"] edition = "2021" @@ -15,11 +15,11 @@ log = "0.4.17" clipboard = "0.5.0" rayon = "1.7.0" iced-x86 = "1.17.0" -strum = { version = "0.25.0", features = ["derive"] } +strum = { version = "0.26.1", features = ["derive"] } serde = { version = "1.0.152", features = ["std"] } serde_json = "1.0.93" thiserror = "1.0.43" -coolfindpattern = "0.1.4" +coolfindpattern = "0.1.6" binary-search = "0.1.2" # Dev -- cgit v1.3.1