Skip to content

Commit

Permalink
Merge pull request #37 from anonyome/gm/dep-resolve-attempt
Browse files Browse the repository at this point in the history
Address #38 by loosening x25519-dalek dependency to 1.1
  • Loading branch information
andrewwhitehead authored Sep 7, 2023
2 parents b3a97bc + 8ac4409 commit 6ee55f8
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 6ee55f8

Please sign in to comment.