Skip to content

Commit

Permalink
changelog and linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mohiiit committed Nov 5, 2024
1 parent 325d9e6 commit 6f18272
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## Changed

- refactor: update json made generic to update any json file
- refactor: makefile updated as per bootstraper changes
- update_job returns the updated job item
- made create_job atomic to avoid race conditions
- handle jobs in tokio tasks
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version = "0.1.0"
edition = "2021"

[dependencies]
alloy-sol-types = "0.8.5"
alloy.workspace = true
alloy-sol-types = "0.8.5"
async-trait.workspace = true
aws-config.workspace = true
aws-sdk-eventbridge.workspace = true
Expand Down

0 comments on commit 6f18272

Please sign in to comment.