summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2023-10-22 19:47:51 +0200
committerSanto Cariotti <santo@dcariotti.me>2023-10-22 19:47:51 +0200
commit529b6a5ddaada8551f45cfe10076a6a59e93f097 (patch)
tree606bc5db0722f45945be39623652e2af7217579d
parente2449058c0535ee2de47eb40ab9bb9b879a159b9 (diff)
Fix release
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c68ac81..bb222c8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",
diff --git a/Cargo.toml b/Cargo.toml
index a599aef..9b22e51 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"