Skip to content

Commit

Permalink
(conan-io#15251) daw_utf_range: update daw_header_libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
toge authored and StellaSmith committed Feb 2, 2023
1 parent 15fbd0b commit 7dca648
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions recipes/daw_utf_range/all/conanfile.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from conan import ConanFile
from conan.errors import ConanInvalidConfiguration
from conan.tools.microsoft import check_min_vs, is_msvc
from conan.tools.files import get, copy, rmdir
from conan.tools.build import check_min_cppstd
from conan.tools.scm import Version
Expand Down Expand Up @@ -38,7 +37,7 @@ def layout(self):
cmake_layout(self, src_folder="src")

def requirements(self):
self.requires("daw_header_libraries/2.79.0")
self.requires("daw_header_libraries/2.85.1")

def package_id(self):
self.info.clear()
Expand Down

0 comments on commit 7dca648

Please sign in to comment.