aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Holskil <andreas.holskil@telenor.com>2023-11-08 12:23:24 +0100
committerAndreas Holskil <andreas.holskil@telenor.com>2023-11-08 12:23:24 +0100
commit2d85f817113d5050ee4232c4d0e2a43cc4a84a62 (patch)
treeaec6c0e2f1437415c1535e54f338f50984adf3ed
parent38c98d6dbe0a467d0cadce33155c2cdbfabc6baf (diff)
Updated Stridulus to 0.9.0v0.9.0
-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 0cb8493..2a1c5a2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -549,7 +549,7 @@ dependencies = [
[[package]]
name = "stridulus"
-version = "0.8.0"
+version = "0.9.0"
dependencies = [
"env_logger",
"log",
diff --git a/Cargo.toml b/Cargo.toml
index 9cfc330..38e6bfd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "stridulus"
-version = "0.8.0"
+version = "0.9.0"
edition = "2021"
[dependencies]