mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 02:25:53 +00:00
update conan to 1.86
This commit is contained in:
@@ -24,7 +24,7 @@ class Xrpl(ConanFile):
|
|||||||
}
|
}
|
||||||
|
|
||||||
requires = [
|
requires = [
|
||||||
'boost/1.83.0',
|
'boost/1.86.0',
|
||||||
'date/3.0.1',
|
'date/3.0.1',
|
||||||
'libarchive/3.6.0',
|
'libarchive/3.6.0',
|
||||||
'lz4/1.9.3',
|
'lz4/1.9.3',
|
||||||
|
|||||||
@@ -677,7 +677,7 @@ class ServerStatus_test : public beast::unit_test::suite,
|
|||||||
std::string(resp["Upgrade"]) == "websocket");
|
std::string(resp["Upgrade"]) == "websocket");
|
||||||
BEAST_EXPECT(
|
BEAST_EXPECT(
|
||||||
resp.find("Connection") != resp.end() &&
|
resp.find("Connection") != resp.end() &&
|
||||||
std::string(resp["Connection"]) == "upgrade");
|
std::string(resp["Connection"]) == "Upgrade");
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|||||||
Reference in New Issue
Block a user