From 81c306ed13603d6e608e5d5ca221a8d018bc9c24 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Mon, 31 Jul 2017 15:31:36 -0700 Subject: [PATCH] Fix library.json --- CHANGELOG.md | 1 + meta/libraries.json | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17eed9bd..ac780fbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ Version 96: * Move extras/ to test/ * Use property * Rename wsload compile target +* Fix library.json -------------------------------------------------------------------------------- diff --git a/meta/libraries.json b/meta/libraries.json index 385eedfb..b37a9720 100644 --- a/meta/libraries.json +++ b/meta/libraries.json @@ -5,9 +5,6 @@ "Vinnie Falco" ], "description": "Portable HTTP, WebSocket, and network operations using only C++11 and Boost.Asio", - "std": [ - "C++11" - ], "category": [ "Concurrent", "IO"