From 273aa54eb5529ed5c7fed9b98f7117f9be52ee56 Mon Sep 17 00:00:00 2001 From: Cristi Bourceanu Date: Thu, 13 Nov 2025 10:14:52 +0000 Subject: [PATCH 1/2] Allow other compatible versions, for use with other packages --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b587272..4b76400 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lidrs" authors = ["Sam Morrell "] -version = "0.2.1" +version = "0.2.2" edition = "2021" license-file = "LICENSE" description = " A rust crate for reading and representing light intensity distributions via photometric webs. " @@ -15,11 +15,11 @@ readme = "README.md" [dependencies] property = "0.3.*" -regex = "1.6.*" +regex = "^1.6.*" num_enum = "0.5.*" [lib] crate-type = ["cdylib", "rlib"] [dev-dependencies] -approx="0.5.*" \ No newline at end of file +approx="0.5.*" From a0f59c8262cf1f7993d672a9758def0959c68cd5 Mon Sep 17 00:00:00 2001 From: Cristi Bourceanu Date: Thu, 13 Nov 2025 10:21:59 +0000 Subject: [PATCH 2/2] Bump lock ver to 0.2.2 --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f7ab9a3..5a3591e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "aho-corasick" @@ -28,7 +28,7 @@ checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" [[package]] name = "lidrs" -version = "0.2.1" +version = "0.2.2" dependencies = [ "approx", "num_enum",