Skip to content

Commit

Permalink
Merge pull request #495 from kdheepak/update
Browse files Browse the repository at this point in the history
feat: Update dependencies ✨
  • Loading branch information
kdheepak committed May 27, 2023
2 parents 054b46a + 0191850 commit dee5c0c
Show file tree
Hide file tree
Showing 30 changed files with 7,802 additions and 7,929 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,19 @@ jobs:
toolchain: stable
override: true

# - name: Build
# uses: actions-rs/cargo@v1
# with:
# command: build
# args: --release

# - name: Publish
# uses: actions-rs/cargo@v1
# with:
# command: publish
# env:
# CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

homebrew:
name: Bump Homebrew formula
runs-on: macos-latest
Expand Down
3 changes: 2 additions & 1 deletion .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
max_width = 120
max_width = 150
tab_spaces = 2
Loading

0 comments on commit dee5c0c

Please sign in to comment.