Skip to main content

max / makeover

Upgrade toml 0.8 to 1.1
Author: Max Johnson <me@maxj.phd> · 2026-07-20 19:15 UTC
Commit: 53a0e5327e8860f12a3723db285296787b8ec303
Parent: 5e8bbad
1 file changed, +1 insertion, -1 deletion
M Cargo.toml +1 -1
@@ -8,7 +8,7 @@ repository = "https://git.sr.ht/~maxmj/makeover"
8 8
9 9 [dependencies]
10 10 serde = { version = "1", features = ["derive"] }
11 - toml = "0.8"
11 + toml = "1.1"
12 12 include_dir = "0.7"
13 13
14 14 [dev-dependencies]