-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #228 from quartiq/release-v0.13.0
release v0.13.0
- Loading branch information
Showing
7 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "miniconf" | ||
# Sync all crate versions and the py client | ||
version = "0.12.0" | ||
version = "0.13.0" | ||
authors = ["James Irwin <[email protected]>", "Ryan Summers <[email protected]>", "Robert Jördens <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT" | ||
|
@@ -13,7 +13,7 @@ resolver = "2" | |
|
||
[dependencies] | ||
serde = { version = "1.0.120", default-features = false } | ||
miniconf_derive = { path = "../miniconf_derive", version = "0.12", optional = true } | ||
miniconf_derive = { path = "../miniconf_derive", version = "0.13", optional = true } | ||
itoa = "1.0.4" | ||
serde-json-core = { version = "0.5.1", optional = true } | ||
postcard = { version = "1.0.8", optional = true } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "miniconf_derive" | ||
version = "0.12.0" | ||
version = "0.13.0" | ||
authors = ["James Irwin <[email protected]>", "Ryan Summers <[email protected]>", "Robert Jördens <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "miniconf_mqtt" | ||
version = "0.12.0" | ||
version = "0.13.1" | ||
authors = ["James Irwin <[email protected]>", "Ryan Summers <[email protected]>", "Robert Jördens <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT" | ||
|
@@ -16,7 +16,7 @@ std = [] | |
[lib] | ||
|
||
[dependencies] | ||
miniconf = { version = "0.12", features = ["json-core"], default-features = false, path = "../miniconf" } | ||
miniconf = { version = "0.13", features = ["json-core"], default-features = false, path = "../miniconf" } | ||
minimq = "0.9.0" | ||
smlang = "0.7" | ||
embedded-io = "0.6" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ text = "MIT" | |
[project] | ||
name = "miniconf-mqtt" | ||
# Note: keep this in sync with Cargo.toml | ||
version = "0.12.0" | ||
version = "0.13.0" | ||
description = "Utilities for configuring Miniconf-configurable devices" | ||
authors = [ | ||
{ name = "Ryan Summers", email = "[email protected]" }, | ||
|