Updated docs and evmc.h header file for evmone 0.8.0 release

This commit is contained in:
hrkrshnn
2021-07-27 16:39:41 +02:00
parent 6b8c32b859
commit 8bec0c8a6b
5 changed files with 34 additions and 12 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ $ErrorActionPreference = "Stop"
# Needed for Invoke-WebRequest to work via CI.
$progressPreference = "silentlyContinue"
Invoke-WebRequest -URI "https://github.com/ethereum/evmone/releases/download/v0.7.0/evmone-0.7.0-windows-amd64.zip" -OutFile "evmone.zip"
Invoke-WebRequest -URI "https://github.com/ethereum/evmone/releases/download/v0.8.0/evmone-0.8.0-windows-amd64.zip" -OutFile "evmone.zip"
tar -xf evmone.zip "bin/evmone.dll"
mkdir deps
mv bin/evmone.dll deps