aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Holskil <andreas.holskil@telenor.com>2023-12-13 15:06:37 +0100
committerAndreas Holskil <andreas.holskil@telenor.com>2023-12-13 15:06:37 +0100
commit6af30478ef4be0339998ba9dacfe660dc1459dc0 (patch)
tree449d9b866838f79b0b0bc822e6b801c2172aa170
parentb0fb306b6f2f3e384d57532cd28cd2735beebd0b (diff)
Updated Stridulus to 0.10.0v0.10.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 2f2d39c..86e11df 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -692,7 +692,7 @@ dependencies = [
[[package]]
name = "stridulus"
-version = "0.9.3"
+version = "0.10.0"
dependencies = [
"env_logger",
"log",
diff --git a/Cargo.toml b/Cargo.toml
index 02851a2..7185d2c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "stridulus"
-version = "0.9.3"
+version = "0.10.0"
edition = "2021"
[dependencies]