diff --git a/.travis.yml b/.travis.yml index 11f2acaa..d761afc5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 44a094b4..5d4e081f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ Version 151: * Sanitizer failures are errors +* Depend on container_hash WebSocket: diff --git a/appveyor.yml b/appveyor.yml index 33be9772..179f8fbe 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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