aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Holskil <andreas.holskil@telenor.com>2023-12-01 14:53:22 +0100
committerAndreas Holskil <andreas.holskil@telenor.com>2023-12-01 14:53:22 +0100
commit6ab19a356d5b90dcd5bab336d1b39953480173b3 (patch)
tree0dd857655a38dc2d48426313593fac80ad75dafb
parent31197a4fa189e58d564fc383ddf1a114b8ed3350 (diff)
Updated Stridulus to 0.9.2v0.9.2
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index dff6fa9..00c7805 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -692,7 +692,7 @@ dependencies = [
[[package]]
name = "stridulus"
-version = "0.9.1"
+version = "0.9.2"
dependencies = [
"env_logger",
"log",
diff --git a/Cargo.toml b/Cargo.toml
index 25a820e..d716100 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "stridulus"
-version = "0.9.1"
+version = "0.9.2"
edition = "2021"
[dependencies]