Skip to content

Commit 4da16a5

Browse files
committed
chore: align pet-hatch serde version with workspace style (PR #460)
Use serde 1.0.152 to match the dominant version string used across the workspace. Both 1.0.152 and 1.0.226 are semver-compatible and resolve to the same compiled crate, but matching the workspace style avoids inconsistency. Keep toml at 0.9.7 (already used by pet-uv).
1 parent 29ad0dc commit 4da16a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/pet-hatch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license.workspace = true
88
pet-core = { path = "../pet-core" }
99
pet-fs = { path = "../pet-fs" }
1010
pet-python-utils = { path = "../pet-python-utils" }
11-
serde = { version = "1.0.226", features = ["derive"] }
11+
serde = { version = "1.0.152", features = ["derive"] }
1212
toml = "0.9.7"
1313
log = "0.4.21"
1414

0 commit comments

Comments
 (0)