Skip to content

Commit

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

* Replace apt-fast with apt-get
  • Loading branch information
jangko authored Oct 15, 2024
1 parent a222f44 commit 0408795
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 @@ -68,8 +68,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_rpc.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
mode = ScriptMode.Verbose

packageName = "json_rpc"
version = "0.4.2"
version = "0.4.4"
author = "Status Research & Development GmbH"
description = "Ethereum remote procedure calls"
license = "Apache License 2.0"
Expand Down

0 comments on commit 0408795

Please sign in to comment.