Skip to content

Commit 64a3260

Browse files
committed
fix: ci
1 parent e67c0ee commit 64a3260

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This project and everyone participating in it is governed by our [Code of Conduc
4141

4242
### Prerequisites
4343

44-
- Rust 1.43.0 or later
44+
- Rust 1.43.1 or later
4545
- Git
4646

4747
### Building

tests/integration/quote.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ async fn create_incoming_payment(test_setup: &TestSetup, access_token: &str) ->
6464
.create(
6565
&test_setup.resource_server_url,
6666
&request,
67-
Some(&access_token),
67+
Some(access_token),
6868
)
6969
.await
7070
.expect("Failed to create incoming payment");

0 commit comments

Comments
 (0)