Skip to content

Commit

Permalink
fix: bump minimum conan version required
Browse files Browse the repository at this point in the history
Resolves #600
  • Loading branch information
mpusz committed Jul 24, 2024
1 parent f9ae701 commit f5eda4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from conan.tools.files import copy, load, rmdir
from conan.tools.scm import Version

required_conan_version = ">=2.0.0"
required_conan_version = ">=2.0.15"


class MPUnitsConan(ConanFile):
Expand Down

0 comments on commit f5eda4a

Please sign in to comment.