Skip to content

Commit

Permalink
Merge branch 'main' into fix/lib-name-missing
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwhitehead authored Sep 7, 2023
2 parents 6521b45 + 6ee55f8 commit 1bc5914
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Indy-Credx"

env:
RUST_VERSION: "1.64.0"
RUST_VERSION: "1.65.0"
CROSS_VERSION: "0.2.4"
OPENSSL_STATIC: 1

Expand Down
2 changes: 1 addition & 1 deletion indy-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ serde = { version = "1.0", optional = true, features = ["derive"] }
serde_json = { version = "1.0", optional = true }
sha2 = { version = "0.10", optional = true }
thiserror = "1.0"
x25519-dalek = { version = "=1.2", default-features = false, features = [
x25519-dalek = { version = "1.1", default-features = false, features = [
"u64_backend",
], optional = true }
zeroize = { version = "1.3" }
Expand Down

0 comments on commit 1bc5914

Please sign in to comment.