Skip to content

Commit

Permalink
Add a bigger example using Axum (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgolsson authored Oct 27, 2023
1 parent d7e2f8a commit d2a2082
Show file tree
Hide file tree
Showing 16 changed files with 987 additions and 148 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
pants-version: ["2.18.0rc3", "2.19.0.dev.0"]
pants-version: ["2.18.0rc3"]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:

strategy:
matrix:
pants-version: ["2.18.0rc3", "2.19.0.dev.0"]
pants-version: ["2.18.0rc3"]

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions examples/axum-hello-world/BUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cargo_package()
Loading

0 comments on commit d2a2082

Please sign in to comment.