Skip to content

Commit 8acc0f6

Browse files
committed
Bump Boost version in NuDB recipe
1 parent 699b886 commit 8acc0f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/nudb/all/conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def layout(self):
2828
basic_layout(self, src_folder="src")
2929

3030
def requirements(self):
31-
self.requires("boost/1.89.0")
31+
self.requires("boost/1.90.0")
3232

3333
def package_id(self):
3434
self.info.clear()

0 commit comments

Comments
 (0)