Skip to content

Commit 1c0aec6

Browse files
authored
Pin toml-f dependency also in fpm and cmake (#103)
Same as in #102 but also for fpm and cmake
1 parent 05e0c75 commit 1c0aec6

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

config/cmake/Findtoml-f.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
set(_lib "toml-f")
1616
set(_pkg "TOMLF")
1717
set(_url "https://github.com/toml-f/toml-f")
18-
set(_rev "v0.4.2")
18+
set(_rev "v0.4.3")
1919

2020
if(NOT DEFINED "${_pkg}_FIND_METHOD")
2121
if(DEFINED "${PROJECT_NAME}-dependency-method")
@@ -37,4 +37,4 @@ endif()
3737
unset(_lib)
3838
unset(_pkg)
3939
unset(_url)
40-
unset(_rev)
40+
unset(_rev)

config/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ endif
5454

5555
jonquil_dep = dependency(
5656
'jonquil',
57+
version: '>=0.3.0',
5758
required: get_option('json'),
5859
fallback: ['jonquil','jonquil_dep'],
5960
default_options: [

fpm.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ keywords = ["computational-chemistry", "io"]
1010
[dependencies]
1111
jonquil.git = "https://github.com/toml-f/jonquil.git"
1212
jonquil.tag = "v0.3.0"
13+
toml-f.git = "https://github.com/toml-f/toml-f.git"
14+
toml-f.tag = "v0.4.3"
1315

1416
[[executable]]
1517
name = "mctc-convert"

0 commit comments

Comments
 (0)