Skip to content

Commit ff62c10

Browse files
committed
Maybe we can force the version
1 parent 571cf56 commit ff62c10

3 files changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/gradle-build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ jobs:
2828
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
2929
- uses: DeterminateSystems/nix-installer-action@main
3030
- uses: DeterminateSystems/flakehub-cache-action@main
31-
- name: Install Rust 1.68.0
32-
run: rustup install 1.68.0
33-
- name: Temporarily modify the rust toolchain version
34-
run: rustup override set 1.68.0
3531
- name: Build with Gradle
3632
run: nix develop --ignore-environment --command bash -c "./gradlew build"
3733
env:

.github/workflows/gradle-publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ jobs:
3030
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
3131
- uses: DeterminateSystems/nix-installer-action@main
3232
- uses: DeterminateSystems/magic-nix-cache-action@main
33-
- name: Install Rust 1.68.0
34-
run: rustup install 1.68.0
35-
- name: Temporarily modify the rust toolchain version
36-
run: rustup override set 1.68.0
3733
- name: Build with Gradle
3834
run: nix develop --ignore-environment --keep USERNAME --keep TOKEN --command bash -c "./gradlew build && ./gradlew publish"
3935
env:

crypto/src/jni-crypto/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jni = "0.19.0"
1111
curve25519-dalek = { version = "2.1.0", default-features = false }
1212
schnorrkel = { version = "0.9.1", features = ["preaudit_deprecated", "u64_backend"] }
1313
hex = "0.4.3"
14+
proc-macro2 = "1.0.101"
1415

1516
[dev-dependencies]
1617
hex-literal = "0.2.0"

0 commit comments

Comments
 (0)