diff options
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -433,8 +433,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] -name = "sigma" -version = "0.0.1" +name = "sigma-trace" +version = "0.0.1-c" dependencies = [ "anyhow", "byteorder", @@ -1,6 +1,6 @@ [package] name = "sigma-trace" -version = "0.0.1-b" +version = "0.0.1-c" edition = "2021" authors = ["Santo Cariotti <santo@dcariotti.me>"] repository = "https://github.com/boozec/sigma" |