Commit 6942c4e
authored
Fix awaitable_responses use of concurrent-arean in 32 bit platform (#145)
* Fix awaitable_responses use of concurrent-arean in 32 bit platform
Signed-off-by: Jiahao XU <[email protected]>
* ci: Add checking for armv7-unknown-linux-gnueabihf
Signed-off-by: Jiahao XU <[email protected]>
* Fix awaitable_responses
Signed-off-by: Jiahao XU <[email protected]>
* Fix doc in mod fs
Signed-off-by: Jiahao XU <[email protected]>
* Fix clippy in sftp-test-common lib.rs
Signed-off-by: Jiahao XU <[email protected]>
---------
Signed-off-by: Jiahao XU <[email protected]>1 parent 4648114 commit 6942c4e
File tree
4 files changed
+6
-5
lines changed- .github/workflows
- openssh-sftp-client-lowlevel/src
- sftp-test-common/src
- src/fs
4 files changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
| 55 | + | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments