aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Holskil <andreas.holskil@telenor.com>2023-08-18 09:51:54 +0200
committerAndreas Holskil <andreas.holskil@telenor.com>2023-08-18 09:51:54 +0200
commitb97e4f043c9b401957a17da0c1daa690221cf8de (patch)
treecba1435095c7edd4dc74bbd2dcdb6c601b5fcf32
parentb9d7c7981ebd9d791ec23ae82e4fce975a64e794 (diff)
Updated Stridulus to 0.7.1v0.7.1
-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 492f834..8111f1f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -707,7 +707,7 @@ dependencies = [
[[package]]
name = "stridulus"
-version = "0.7.0"
+version = "0.7.1"
dependencies = [
"env_logger",
"log",
diff --git a/Cargo.toml b/Cargo.toml
index 187ef73..ec4148f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "stridulus"
-version = "0.7.0"
+version = "0.7.1"
edition = "2021"
[dependencies]