Skip to content

Commit 67c0421

Browse files
Pin dependencies (#1591)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ec89fb4 commit 67c0421

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/generate_blog/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ edition = "2024"
55

66
[dependencies]
77
front_matter = { version = "0.1.0", path = "../front_matter" }
8-
inquire = "0.7.5"
9-
serde = "1.0.219"
10-
toml = "0.8.20"
8+
inquire = "=0.7.5"
9+
serde = "=1.0.219"
10+
toml = "=0.8.20"

0 commit comments

Comments
 (0)