Skip to content

Commit

Permalink
bump miniconf/serial-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Sep 26, 2024
1 parent bd47b2b commit 87fe3cb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 17 deletions.
26 changes: 15 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ bytemuck = { version = "1.18.0", features = [
"derive",
], default-features = false }
# Note: Keep in-sync with `py/setup.py`
miniconf = { version = "0.13", features = ["json-core", "derive", "postcard"] }
miniconf_mqtt = { version = "0.13" }
miniconf = { version = "0.14", features = ["json-core", "derive", "postcard"] }
miniconf_mqtt = { version = "0.14" }
strum = { version = "0.26.1", default-features = false, features = ["derive"] }
serial-settings = "0.1"
postcard = "1"
Expand Down Expand Up @@ -97,5 +97,4 @@ codegen-units = 1
built = { version = "0.7", features = ["git2"], default-features = false }

[patch.crates-io]
miniconf = { git = "http://github.com/quartiq/miniconf.git", branch = "enum" }
miniconf_mqtt = { git = "http://github.com/quartiq/miniconf.git", branch = "enum" }
serial-settings = { git = "https://github.com/quartiq/stabilizer.git" }
4 changes: 2 additions & 2 deletions py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ authors = [
{ name = "Norman Krackow", email = "[email protected]" },
]
dependencies = [
"miniconf-mqtt@git+https://github.com/quartiq/miniconf@v0.13.1#subdirectory=py/miniconf-mqtt",
"stabilizer@git+https://github.com/quartiq/stabilizer@v0.10.0#subdirectory=py",
"miniconf-mqtt@git+https://github.com/quartiq/miniconf@v0.14.0#subdirectory=py/miniconf-mqtt",
"stabilizer@git+https://github.com/quartiq/stabilizer@c8b4723#subdirectory=py",
]

[project.urls]
Expand Down

0 comments on commit 87fe3cb

Please sign in to comment.