Skip to content

Commit c707958

Browse files
author
silverpill
committed
Raise MSRV
1 parent 45fa6c5 commit c707958

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
rust: [
24-
1.65.0,
24+
1.70.0,
2525
stable
2626
]
2727
runs-on: ubuntu-latest

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ documentation = "https://docs.rs/monero-lws"
1515
homepage = "https://github.com/monero-rs/monero-lws"
1616
repository = "https://github.com/monero-rs/monero-lws"
1717
description = "RPC client for Monero light wallet server"
18-
rust-version = "1.65.0"
18+
rust-version = "1.70.0"
1919

2020
[dependencies]
2121
anyhow = "1"

0 commit comments

Comments
 (0)