From 71d77c517f30c7605d9ac129a088139b8e4901f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juli=C3=A1n=20D=2E=20Ot=C3=A1lvaro?= Date: Wed, 5 Nov 2025 13:16:31 +0000 Subject: [PATCH] feat(exa)!:exa now requires the path where the template is going to be deployed --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 834203386..fba8ad654 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ tracing-subscriber = { version = "0.3.19", features = [ ] } faer = "0.23.1" faer-ext = { version = "0.7.1", features = ["nalgebra", "ndarray"] } -pharmsol = "=0.19.0" +pharmsol = "=0.20.0" rand = "0.9.0" anyhow = "1.0.100" rayon = "1.10.0"