Skip to content

Commit

Permalink
Reverting webmention git dep to not break publish. (#4904)
Browse files Browse the repository at this point in the history
- Context: #4901
  • Loading branch information
dessalines committed Jul 19, 2024
1 parent 847c01f commit 073ff44
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 2 deletions.
149 changes: 148 additions & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/api_crud/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ uuid = { workspace = true }
moka.workspace = true
once_cell.workspace = true
anyhow.workspace = true
webmention = { git = "https://github.com/dessalines/webmention", branch = "remove_reqwest_default_features" }
webmention = "0.5.0"
accept-language = "3.1.0"

[package.metadata.cargo-machete]
Expand Down

0 comments on commit 073ff44

Please sign in to comment.