We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45fa6c5 commit c707958Copy full SHA for c707958
2 files changed
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
strategy:
22
matrix:
23
rust: [
24
- 1.65.0,
+ 1.70.0,
25
stable
26
]
27
runs-on: ubuntu-latest
Cargo.toml
@@ -15,7 +15,7 @@ documentation = "https://docs.rs/monero-lws"
15
homepage = "https://github.com/monero-rs/monero-lws"
16
repository = "https://github.com/monero-rs/monero-lws"
17
description = "RPC client for Monero light wallet server"
18
-rust-version = "1.65.0"
+rust-version = "1.70.0"
19
20
[dependencies]
anyhow = "1"
0 commit comments