Skip to content

Commit dd4cb4a

Browse files
author
David Barsky
authored
Lambda with Async/Await (#111)
1 parent c8d97d3 commit dd4cb4a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1308
-3749
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- ubuntu-latest
1313
- macOS-latest
1414
rust:
15-
- 1.31.0
15+
- 1.40.0
1616
- stable
1717
- beta
1818
- nightly
@@ -26,7 +26,7 @@ jobs:
2626
- os: macOS-latest
2727
target: x86_64-unknown-linux-musl
2828
- os: ubuntu-latest
29-
rust: 1.31.0
29+
rust: 1.40.0
3030
target: x86_64-unknown-linux-musl
3131
- os: ubuntu-latest
3232
rust: beta
@@ -35,7 +35,7 @@ jobs:
3535
rust: nightly
3636
target: x86_64-unknown-linux-musl
3737
- os: macOS-latest
38-
rust: 1.31.0
38+
rust: 1.40.0
3939
- os: macOS-latest
4040
rust: beta
4141
- os: macOS-latest
@@ -68,4 +68,4 @@ jobs:
6868
components: rustfmt
6969
override: true
7070
- name: Run fmt check
71-
run: cargo fmt --all -- --check
71+
run: cargo fmt --all -- --check

.rustfmt.toml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
edition = "2018"
12
# https://github.com/rust-lang/rustfmt/blob/master/Configurations.md#merge_imports
23
merge_imports = true
34
# https://github.com/rust-lang/rustfmt/blob/master/Configurations.md#max_width

.travis.yml

-32
This file was deleted.

0 commit comments

Comments
 (0)