diff options
author | Santo Cariotti <santo@dcariotti.me> | 2023-10-28 09:47:42 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2023-10-28 09:47:42 +0200 |
commit | 5c3c5033b36986641603253400e86850dc60c5e2 (patch) | |
tree | 1b3e1631ca357f15dbb6d8e2ce5074422a4e6c17 /Cargo.toml | |
parent | 529b6a5ddaada8551f45cfe10076a6a59e93f097 (diff) |
Avoid panics in main
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "sigma-trace" -version = "0.0.1-c" +version = "0.0.2" edition = "2021" authors = ["Santo Cariotti <santo@dcariotti.me>"] repository = "https://github.com/boozec/sigma" |