From 6365f9cae1d11885b8a5690d4be64d815266b8b5 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Fri, 3 Apr 2020 19:42:26 +0100 Subject: [PATCH] Update esplugin to v3.3.1 For some reason CMake errors when rustc prints a deprecation warning, though the same warnings are printed in the other rust libraries and their builds don't error... --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 10eb0f3a..ed11efc3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -82,7 +82,7 @@ set (GTEST_LIBRARIES "${BINARY_DIR}/googlemock/gtest/${CMAKE_CFG_INTDIR}/${CMAKE ExternalProject_Add(esplugin PREFIX "external" - URL "https://github.com/Ortham/esplugin/archive/3.3.0.tar.gz" + URL "https://github.com/Ortham/esplugin/archive/3.3.1.tar.gz" CONFIGURE_COMMAND "" BUILD_IN_SOURCE 1 BUILD_COMMAND cargo build --release --manifest-path ffi/Cargo.toml --target ${RUST_TARGET} &&