Skip to content

Commit 5649d41

Browse files
committed
chore: Release
1 parent fa7d00f commit 5649d41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

miniconf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "miniconf"
33
# Sync all crate versions and the py client
4-
version = "0.19.0"
4+
version = "0.20.0"
55
authors = [
66
"James Irwin <[email protected]>",
77
"Ryan Summers <[email protected]>",

miniconf_mqtt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ categories = ["no-std", "config", "rust-patterns", "parsing"]
1616
[lib]
1717

1818
[dependencies]
19-
miniconf = { version = "0.19.0", features = [
19+
miniconf = { version = "0.20.0", features = [
2020
"json-core",
2121
"heapless",
2222
], default-features = false, path = "../miniconf" }

0 commit comments

Comments
 (0)