* v0.2.8

* Replace apt-fast with apt-get
This commit is contained in:
andri lim 2024-10-15 16:47:31 +07:00 committed by GitHub
parent 9110cc8d7a
commit 5127b26ee5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -63,8 +63,8 @@ jobs:
if: runner.os == 'Linux' && matrix.target.cpu == 'i386'
run: |
sudo dpkg --add-architecture i386
sudo apt-fast update -qq
sudo DEBIAN_FRONTEND='noninteractive' apt-fast install \
sudo apt-get update -qq
sudo DEBIAN_FRONTEND='noninteractive' apt-get install \
--no-install-recommends -yq gcc-multilib g++-multilib \
libssl-dev:i386
mkdir -p external/bin

View File

@ -10,7 +10,7 @@
mode = ScriptMode.Verbose
packageName = "json_serialization"
version = "0.2.6"
version = "0.2.8"
author = "Status Research & Development GmbH"
description = "Flexible JSON serialization not relying on run-time type information"
license = "Apache License 2.0"