Skip to content

Commit

Permalink
chore: Non-functional change to test release machinery
Browse files Browse the repository at this point in the history
This reverts commit 5802a53.
  • Loading branch information
LukeMathWalker committed Apr 21, 2024
1 parent 5802a53 commit a208cf1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion libs/pavex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ persist_if_changed = { path = "../persist_if_changed", version = "0.1.31" }
matchit = { version = "0.7", package = "pavex_matchit" }
percent-encoding = "2"

# Query parameters and forms
# Query parameters
serde_html_form = "0.2"

# Json body extractor
Expand Down
1 change: 0 additions & 1 deletion libs/persist_if_changed/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ use std::{
};

/// Only persist the content if it differs from the one already on disk.
///
/// It if the file does not exist, it will be created.
///
/// This is useful to avoid unnecessary rebuilds, since `cargo` takes into account
Expand Down

0 comments on commit a208cf1

Please sign in to comment.