Skip to content

Commit 2d3034e

Browse files
Remove UniFFI Wrapper & Update Deps (#1347)
* updates Signed-off-by: George Mulhearn <gmulhearn@anonyome.com> * run clippy fix and remove all UniFFI Signed-off-by: George Mulhearn <gmulhearn@anonyome.com> * fmt Signed-off-by: George Mulhearn <gmulhearn@anonyome.com> --------- Signed-off-by: George Mulhearn <gmulhearn@anonyome.com> Co-authored-by: George Mulhearn <gmulhearn@anonyome.com>
1 parent c7c401a commit 2d3034e

File tree

215 files changed

+1407
-5432
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

215 files changed

+1407
-5432
lines changed

.github/ci/vdrproxy.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN apk update && apk upgrade && \
1818
USER indy
1919
WORKDIR /home/indy
2020

21-
ARG RUST_VER="1.84.1"
21+
ARG RUST_VER="1.88.0"
2222
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain $RUST_VER --default-host x86_64-unknown-linux-musl
2323

2424
ENV PATH="/home/indy/.cargo/bin:$PATH"

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
DOCKER_REPO_LOCAL_VDRPROXY: vdrproxy
1919
DOCKER_REPO_LOCAL_AATH: aath-backchannel
2020

21-
RUST_TOOLCHAIN_VERSION: 1.84.1
21+
RUST_TOOLCHAIN_VERSION: 1.88.0
2222
NODE_VERSION: 18.x
2323

2424
jobs:

.github/workflows/mediator.pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
DOCKER_BUILDKIT: 1
1616
MAIN_BRANCH: main
1717

18-
RUST_TOOLCHAIN_VERSION: 1.84.1
18+
RUST_TOOLCHAIN_VERSION: 1.88.0
1919

2020
jobs:
2121
setup-variables:

0 commit comments

Comments
 (0)