Skip to content

Commit 140d3d4

Browse files
committed
chore(patch): bump patch version
1 parent b109756 commit 140d3d4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

patch/Cargo.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "patch"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -12,7 +12,9 @@ bidiff = "1.0.0"
1212
pipe = "0.4.0"
1313
# comde is a wrapper around several compression libraries.
1414
# We only use zstd and could depend on it directly instead.
15-
comde = {version = "0.2.3", default-features = false, features = ["zstandard"]}
15+
comde = { version = "0.2.3", default-features = false, features = [
16+
"zstandard",
17+
] }
1618

1719
# Only used by string_patch tool:
1820
# I don't know how to make them per-target dependencies.
@@ -21,4 +23,4 @@ comde = {version = "0.2.3", default-features = false, features = ["zstandard"]}
2123
# Only used by the string_patch tool for now.
2224
sha2 = "0.10.6"
2325
# For encoding hashes for Patch network responses.
24-
hex = "0.4.3"
26+
hex = "0.4.3"

0 commit comments

Comments
 (0)