From 246738e75145fd7ba66d8da4f667e324a8113a1f Mon Sep 17 00:00:00 2001 From: Amasaki Shinobu Date: Sun, 1 Sep 2024 14:51:51 +0900 Subject: [PATCH] [update] fpm.toml for v3.5 release --- fpm.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fpm.toml b/fpm.toml index cee9d67d..244086f8 100644 --- a/fpm.toml +++ b/fpm.toml @@ -17,7 +17,8 @@ implicit-typing = false implicit-external = false source-form = "free" [dependencies] -forgex = { git = "https://github.com/ShinobuAmasaki/forgex", branch = "exp"} +forgex = { git = "https://github.com/ShinobuAmasaki/forgex", tag = "v3.5"} +# forgex = { git = "https://github.com/ShinobuAmasaki/forgex", branch = "exp"} [preprocess] [preprocess.cpp] suffixes = ["f90", "F90"] \ No newline at end of file