diff --git a/config/cmake/Findtoml-f.cmake b/config/cmake/Findtoml-f.cmake index e46b3d81..a48907b4 100644 --- a/config/cmake/Findtoml-f.cmake +++ b/config/cmake/Findtoml-f.cmake @@ -15,7 +15,7 @@ set(_lib "toml-f") set(_pkg "TOMLF") set(_url "https://github.com/toml-f/toml-f") -set(_rev "v0.4.2") +set(_rev "v0.4.3") if(NOT DEFINED "${_pkg}_FIND_METHOD") if(DEFINED "${PROJECT_NAME}-dependency-method") @@ -37,4 +37,4 @@ endif() unset(_lib) unset(_pkg) unset(_url) -unset(_rev) \ No newline at end of file +unset(_rev) diff --git a/config/meson.build b/config/meson.build index f54857ee..df70bdd4 100644 --- a/config/meson.build +++ b/config/meson.build @@ -54,6 +54,7 @@ endif jonquil_dep = dependency( 'jonquil', + version: '>=0.3.0', required: get_option('json'), fallback: ['jonquil','jonquil_dep'], default_options: [ diff --git a/fpm.toml b/fpm.toml index bbe48617..164e5b8e 100644 --- a/fpm.toml +++ b/fpm.toml @@ -10,6 +10,8 @@ keywords = ["computational-chemistry", "io"] [dependencies] jonquil.git = "https://github.com/toml-f/jonquil.git" jonquil.tag = "v0.3.0" +toml-f.git = "https://github.com/toml-f/toml-f.git" +toml-f.tag = "v0.4.3" [[executable]] name = "mctc-convert"