From 484f9e32717ad1d52e5dd1da462de8e64233dfd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juli=C3=A1n=20D=2E=20Ot=C3=A1lvaro?= Date: Fri, 17 Apr 2026 10:59:35 +0100 Subject: [PATCH 1/4] Point PMcore to pharmsol analytical fix branch --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8e8482da1..1b94d9626 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,8 +28,7 @@ tracing-subscriber = { version = "0.3.19", features = [ "time", ] } faer = "0.24.0" -pharmsol = "=0.26" -rand = "0.10.1" +pharmsol = { git = "https://github.com/LAPKB/pharmsol", branch = "fix/pmetrics-analytical" } anyhow = "1.0.100" rayon = "1.10.0" From eb479b9e7c280406600152e17db17fbdd3912b85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juli=C3=A1n=20D=2E=20Ot=C3=A1lvaro?= Date: Fri, 17 Apr 2026 11:08:24 +0100 Subject: [PATCH 2/4] Restore rand dependency for latin initialization --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 1b94d9626..28c75f47d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,6 +31,7 @@ faer = "0.24.0" pharmsol = { git = "https://github.com/LAPKB/pharmsol", branch = "fix/pmetrics-analytical" } anyhow = "1.0.100" rayon = "1.10.0" +rand = "0.9.0" [features] default = [] From b1369d029a7d19be5fde7c8ca95712222deec068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juli=C3=A1n=20D=2E=20Ot=C3=A1lvaro?= Date: Mon, 20 Apr 2026 18:17:35 +0100 Subject: [PATCH 3/4] update pmcore to 0.26.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 28c75f47d..d91b0aef4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ tracing-subscriber = { version = "0.3.19", features = [ "time", ] } faer = "0.24.0" -pharmsol = { git = "https://github.com/LAPKB/pharmsol", branch = "fix/pmetrics-analytical" } +pharmsol = "=0.26.1" anyhow = "1.0.100" rayon = "1.10.0" rand = "0.9.0" From bb2afa859830b8181e6493b3a6da13f7ef74d99f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juli=C3=A1n=20D=2E=20Ot=C3=A1lvaro?= Date: Mon, 20 Apr 2026 18:20:00 +0100 Subject: [PATCH 4/4] rand --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d91b0aef4..761f3703b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ faer = "0.24.0" pharmsol = "=0.26.1" anyhow = "1.0.100" rayon = "1.10.0" -rand = "0.9.0" +rand = "0.10.1" [features] default = []