Skip to content

Commit

Permalink
Update to latest Date (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
Twon authored Oct 25, 2024
1 parent 94c6482 commit bfc04f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ class Morpheus(ConanFile):
"with_rs_metal": True,
"with_rs_opengl": True,
"with_rs_vulkan": True,
"date*:use_system_tz_db": True,
}
requires = (
"boost/1.86.0",
Expand Down Expand Up @@ -167,7 +166,7 @@ def requirements(self):
self.requires("wil/1.0.240803.1", transitive_headers=True)

if self.useDate:
self.requires("date/3.0.1", transitive_headers=True)
self.requires("date/3.0.3", transitive_headers=True)

if self.useExpected:
self.requires("tl-expected/20190710", transitive_headers=True)
Expand Down

0 comments on commit bfc04f1

Please sign in to comment.