Skip to content

Commit

Permalink
Merge pull request #48 from petridishdev/main
Browse files Browse the repository at this point in the history
chore: update rust version to 1.70.0
  • Loading branch information
swcurran authored Mar 26, 2024
2 parents 7c352f7 + 857cd75 commit a332265
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.65.0"
RUST_VERSION: "1.70.0"
CROSS_VERSION: "0.2.4"
OPENSSL_STATIC: 1

Expand Down
2 changes: 1 addition & 1 deletion indy-credx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "../README.md"
repository = "https://github.com/hyperledger/indy-shared-rs/"
categories = ["authentication", "cryptography"]
keywords = ["hyperledger", "indy", "ssi", "verifiable", "credentials"]
rust-version = "1.63.0"
rust-version = "1.70.0"

[lib]
name = "indy_credx"
Expand Down

0 comments on commit a332265

Please sign in to comment.