Skip to content

Commit

Permalink
v0.2.8 (#100)
Browse files Browse the repository at this point in the history
* v0.2.8

* Replace apt-fast with apt-get
  • Loading branch information
jangko authored Oct 15, 2024
1 parent 9110cc8 commit 5127b26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion json_serialization.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5127b26

Please sign in to comment.