Skip to content

Commit a332265

Browse files
authored
Merge pull request #48 from petridishdev/main
chore: update rust version to 1.70.0
2 parents 7c352f7 + 857cd75 commit a332265

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "Indy-Credx"
22

33
env:
4-
RUST_VERSION: "1.65.0"
4+
RUST_VERSION: "1.70.0"
55
CROSS_VERSION: "0.2.4"
66
OPENSSL_STATIC: 1
77

indy-credx/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "../README.md"
99
repository = "https://github.com/hyperledger/indy-shared-rs/"
1010
categories = ["authentication", "cryptography"]
1111
keywords = ["hyperledger", "indy", "ssi", "verifiable", "credentials"]
12-
rust-version = "1.63.0"
12+
rust-version = "1.70.0"
1313

1414
[lib]
1515
name = "indy_credx"

0 commit comments

Comments
 (0)