Skip to content

Commit

Permalink
[update] fpm.toml for v3.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ShinobuAmasaki committed Sep 1, 2024
1 parent dbcd3f5 commit fed8519
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions fpm.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "forgex-cli"
version = "3.4.0"
version = "3.5.0"
license = "MIT"
author = "Amasaki Shinobu"
maintainer = "[email protected]"
Expand All @@ -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"]

0 comments on commit fed8519

Please sign in to comment.