Skip to content

Commit

Permalink
Merge pull request #74 from philipcristiano/maud-0260
Browse files Browse the repository at this point in the history
deps: Use packaged maud
  • Loading branch information
philipcristiano authored Jan 17, 2024
2 parents ba91195 + 03aab78 commit 07f8542
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
10 changes: 6 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ license = "Apache-2.0"
anyhow = "1.0.79"
axum = "0.7.4"
clap = { version = "4.4.17", features = ["derive", "env"]}

# Waiting on a release of maud to have axum 0.7 compat
# maud = { version = "0.25.0", features = ["axum"] }
maud = { git = "https://github.com/lambda-fairy/maud.git", rev="320add8", features = ["axum"] }

maud = { version = "0.26.0", features = ["axum"] }
once_cell = "1.19.0"
openidconnect = "3.4.0"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 07f8542

Please sign in to comment.