From a8763cf3bb619630e939333a5ebe87c7366ba01d Mon Sep 17 00:00:00 2001 From: Markus Date: Tue, 28 Jul 2026 15:49:19 +0200 Subject: [PATCH] chore: Use pharmsol 0.28.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index adc9fa402..9ad90da92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ tracing-subscriber = { version = "0.3.19", features = [ "time", ] } faer = "0.24.0" -pharmsol = { version = "=0.28.2" } +pharmsol = { version = "=0.28.3" } anyhow = "1.0.100" rayon = "1.10.0" rand = "0.10.1"