Skip to content

Commit

Permalink
pin to libSavitar 5.3.0
Browse files Browse the repository at this point in the history
Contributes to CURA-10591 and CURA-10475
  • Loading branch information
jellespijker committed Sep 9, 2023
1 parent 1ba527c commit 2527fe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class PySavitarConan(ConanFile):

def set_version(self):
if not self.version:
self.version = "5.3.0-alpha"
self.version = "5.4.0-alpha"

@property
def _min_cppstd(self):
Expand All @@ -66,7 +66,7 @@ def export_sources(self):
copy(self, "*", path.join(self.recipe_folder, "python"), path.join(self.export_sources_folder, "python"))

def requirements(self):
self.requires("savitar/(latest)@ultimaker/testing")
self.requires("savitar/5.3.0")
self.requires("cpython/3.10.4")

def validate(self):
Expand Down

0 comments on commit 2527fe9

Please sign in to comment.