diff options
| author | unknowntrojan <14975032+unknowntrojan@users.noreply.github.com> | 2024-03-07 17:05:52 +0100 |
|---|---|---|
| committer | unknowntrojan <14975032+unknowntrojan@users.noreply.github.com> | 2024-03-07 17:05:52 +0100 |
| commit | ab9e85ce3f8f379622687fa56227b44b08c0b84d (patch) | |
| tree | 7b4be97fa3017e8a1b4cdd72b43bc24819b71ad4 /Cargo.toml | |
| parent | 2ea7594879ad534c0012893444a45417f196b5cd (diff) | |
0.1.6
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
