third_party/solana: update to v1.4.25

This commit is contained in:
Leo 2021-02-01 22:22:28 +01:00
parent d9bb5f6802
commit 67b8f4dfa2
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ RUN rustup component add rustfmt
WORKDIR /usr/src/solana
RUN git clone https://github.com/solana-labs/solana --branch master && \
cd solana && git checkout v1.4.24
cd solana && git checkout v1.4.25
ADD *.patch .