From 8c5440aae101da1ecfd6ef8d4e1622361231d3b7 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Sat, 30 Dec 2017 07:11:25 -0800 Subject: [PATCH] Depend on container_hash --- .travis.yml | 1 + CHANGELOG.md | 1 + appveyor.yml | 1 + 3 files changed, 3 insertions(+) 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