Skip to content

Commit

Permalink
(#13306) [jwt-cpp] Requires conan 1.50.0 at least
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <uilianries@gmail.com>

Signed-off-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
uilianries authored Oct 5, 2022
1 parent bea9322 commit a4ffb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/jwt-cpp/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from conan.tools.layout import basic_layout
import os

required_conan_version = ">=1.43.0"
required_conan_version = ">=1.50.0"

class JwtCppConan(ConanFile):
name = "jwt-cpp"
Expand Down

0 comments on commit a4ffb8f

Please sign in to comment.