mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37:31 +02:00
Depend on container_hash
This commit is contained in:
@ -153,6 +153,7 @@ install:
|
||||
- git submodule update --init libs/chrono
|
||||
- git submodule update --init libs/concept_check
|
||||
- git submodule update --init libs/container
|
||||
- git submodule update --init libs/container_hash
|
||||
- git submodule update --init libs/context
|
||||
- git submodule update --init libs/conversion
|
||||
- git submodule update --init libs/coroutine
|
||||
|
@ -1,6 +1,7 @@
|
||||
Version 151:
|
||||
|
||||
* Sanitizer failures are errors
|
||||
* Depend on container_hash
|
||||
|
||||
WebSocket:
|
||||
|
||||
|
@ -47,6 +47,7 @@ install:
|
||||
- git submodule update --init libs/chrono
|
||||
- git submodule update --init libs/concept_check
|
||||
- git submodule update --init libs/container
|
||||
- git submodule update --init libs/container_hash
|
||||
- git submodule update --init libs/context
|
||||
- git submodule update --init libs/conversion
|
||||
- git submodule update --init libs/coroutine
|
||||
|
Reference in New Issue
Block a user