aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Holskil <andreas.holskil@telenor.com>2023-12-13 15:27:22 +0100
committerAndreas Holskil <andreas.holskil@telenor.com>2023-12-13 15:27:22 +0100
commit5bcd24d2095bb1f8e5e4f277fae24a33feb6985d (patch)
tree2bbdb17d11dbde13de66402523bc5b17885a4951
parent489d0377ad23e5d8a23c53433123a176d8b99e95 (diff)
Updated Stridulus to 0.11.0v0.11.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 86e11df..a6dffb1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -692,7 +692,7 @@ dependencies = [
[[package]]
name = "stridulus"
-version = "0.10.0"
+version = "0.11.0"
dependencies = [
"env_logger",
"log",
diff --git a/Cargo.toml b/Cargo.toml
index 7185d2c..8fde47f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "stridulus"
-version = "0.10.0"
+version = "0.11.0"
edition = "2021"
[dependencies]