We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c51aa3f commit d61be52Copy full SHA for d61be52
1 file changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "baker"
3
-version = "0.13.1"
+version = "0.13.2"
4
edition = "2021"
5
authors = ["Ali Aliyev <ali@aliev.me>"]
6
repository = "https://github.com/aliev/baker"
@@ -21,7 +21,7 @@ minijinja = { version = "2.12", features = [
21
"loop_controls",
22
"loader",
23
"json",
24
- "urlencode"
+ "urlencode",
25
] }
26
globset = "0.4"
27
walkdir = "2.5"
0 commit comments