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...
This commit is contained in:
Oliver Hamlet
2020-04-03 20:55:47 +01:00
parent e8c192606e
commit 6365f9cae1
+1 -1
View File
@@ -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} &&