Skip to content

Commit

Permalink
Merge pull request #184 from quartiq/rj/bump-deps
Browse files Browse the repository at this point in the history
bump std-embedded-nal v0.2, other deps, release 0.9.0
  • Loading branch information
jordens authored Nov 1, 2023
2 parents 587a5bf + 00933ec commit d73adc4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.9.0](https://github.com/quartiq/miniconf/compare/v0.8.0...v0.9.0)

### Changed

Expand Down
18 changes: 6 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "miniconf"
# Don't forget to change `miniconf_derive`'s version as well.
version = "0.8.0"
version = "0.9.0"
authors = ["James Irwin <irwineffect@gmail.com>", "Ryan Summers <ryan.summers@vertigo-designs.com", "Robert Jördens <rj@quartiq.de>"]
edition = "2021"
license = "MIT"
Expand All @@ -14,15 +14,14 @@ resolver = "2"

[dependencies]
serde = { version = "1.0.120", features = ["derive"], default-features = false }
miniconf_derive = { path = "miniconf_derive" , version = "0.8" }
miniconf_derive = { path = "miniconf_derive" , version = "0.9" }
itoa = "1.0.4"

serde-json-core = { version = "0.5.1" , optional = true }
log = {version = "0.4", optional = true }
heapless = { version = "0.7", optional=true }
minimq = { git = "https://github.com/quartiq/minimq", optional = true}
minimq = { version = "0.8.0", optional = true }
smlang = { version = "0.6", optional = true }
embedded-io = { version = "0.5", optional = true }
embedded-io = { version = "0.6", optional = true }

[features]
default = ["mqtt-client"]
Expand All @@ -32,16 +31,11 @@ std = []

[dev-dependencies]
machine = "0.3"
env_logger = "0.9"
std-embedded-nal = "0.1"
env_logger = "0.10"
std-embedded-nal = "0.2"
tokio = { version = "1.9", features = ["rt-multi-thread", "time", "macros"] }
std-embedded-time = "0.1"

[patch.crates-io.std-embedded-nal]
version = "0.1"
git = "https://gitlab.com/ryan-summers/std-embedded-nal"
branch = "feature/0.7"

[[example]]
name = "mqtt"
required-features = ["mqtt-client"]
Expand Down
2 changes: 1 addition & 1 deletion miniconf_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "miniconf_derive"
version = "0.8.0"
version = "0.9.0"
authors = ["James Irwin <irwineffect@gmail.com>", "Ryan Summers <ryan.summers@vertigo-designs.com", "Robert Jördens <rj@quartiq.de>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit d73adc4

Please sign in to comment.