Skip to content

Commit

Permalink
Lambda with Async/Await (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Barsky authored Mar 11, 2020
1 parent c8d97d3 commit dd4cb4a
Show file tree
Hide file tree
Showing 44 changed files with 1,308 additions and 3,749 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- ubuntu-latest
- macOS-latest
rust:
- 1.31.0
- 1.40.0
- stable
- beta
- nightly
Expand All @@ -26,7 +26,7 @@ jobs:
- os: macOS-latest
target: x86_64-unknown-linux-musl
- os: ubuntu-latest
rust: 1.31.0
rust: 1.40.0
target: x86_64-unknown-linux-musl
- os: ubuntu-latest
rust: beta
Expand All @@ -35,7 +35,7 @@ jobs:
rust: nightly
target: x86_64-unknown-linux-musl
- os: macOS-latest
rust: 1.31.0
rust: 1.40.0
- os: macOS-latest
rust: beta
- os: macOS-latest
Expand Down Expand Up @@ -68,4 +68,4 @@ jobs:
components: rustfmt
override: true
- name: Run fmt check
run: cargo fmt --all -- --check
run: cargo fmt --all -- --check
1 change: 1 addition & 0 deletions .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
edition = "2018"
# https://github.com/rust-lang/rustfmt/blob/master/Configurations.md#merge_imports
merge_imports = true
# https://github.com/rust-lang/rustfmt/blob/master/Configurations.md#max_width
Expand Down
32 changes: 0 additions & 32 deletions .travis.yml

This file was deleted.

Loading

0 comments on commit dd4cb4a

Please sign in to comment.