diff options
author | Santo Cariotti <santo@dcariotti.me> | 2023-10-22 19:47:51 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2023-10-22 19:47:51 +0200 |
commit | 529b6a5ddaada8551f45cfe10076a6a59e93f097 (patch) | |
tree | 606bc5db0722f45945be39623652e2af7217579d | |
parent | e2449058c0535ee2de47eb40ab9bb9b879a159b9 (diff) |
Fix release
-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" |