diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2019-11-29 11:38:23 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2019-11-29 11:38:23 +0100 |
| commit | 2f5f7b027d68c0d9e3b9f7c4b80a89358c0dd74f (patch) | |
| tree | 004f465b37be1bdf70329dd1c89e7d09c41e2b30 | |
| parent | c68fa064f7945a58eba908799678e9c77fb8f3b2 (diff) | |
| download | wanda-2f5f7b027d68c0d9e3b9f7c4b80a89358c0dd74f.tar.xz wanda-2f5f7b027d68c0d9e3b9f7c4b80a89358c0dd74f.zip | |
build: fix conan spdlog reference
| -rw-r--r-- | conanfile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conanfile.py b/conanfile.py index b4bd13b..7bed9a3 100644 --- a/conanfile.py +++ b/conanfile.py @@ -28,7 +28,7 @@ class Wanda(ConanFile): "asio/1.12.2", "clara/1.1.5@bincrafters/stable", "CUTE/2.2.6@fmorgner/stable", - "spdlog/1.4.1", + "spdlog/1.4.2", "range-v3/0.4.0@ericniebler/stable", ) |
