Skip to content

Commit

Permalink
v0.0.5 (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick Collins <[email protected]>
  • Loading branch information
alexroan and PatrickAlphaC authored Nov 7, 2023
1 parent 19984d6 commit e0d2277
Show file tree
Hide file tree
Showing 54 changed files with 39,491 additions and 1,873 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,5 @@ jobs:
uses: actions-rs/cargo@v1
continue-on-error: true # WARNING: only for this example, remove it!
with:
command: clippy
command: clippy
args: -- -D warnings
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
[submodule "tests/contract-playground/lib/solmate"]
path = tests/contract-playground/lib/solmate
url = https://github.com/transmissions11/solmate
[submodule "tests/contract-playground/lib/v2-periphery"]
path = tests/contract-playground/lib/v2-periphery
url = https://github.com/Uniswap/v2-periphery
Loading

0 comments on commit e0d2277

Please sign in to comment.