Skip to content

Commit

Permalink
1.13.3 filter Periphery disks
Browse files Browse the repository at this point in the history
  • Loading branch information
mbecker20 committed Aug 18, 2024
1 parent 2f73461 commit 39b2176
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver = "2"
members = ["bin/*", "lib/*", "client/core/rs", "client/periphery/rs"]

[workspace.package]
version = "1.13.2"
version = "1.13.3"
edition = "2021"
authors = ["mbecker20 <[email protected]>"]
license = "GPL-3.0-or-later"
Expand All @@ -15,7 +15,7 @@ monitor_client = { path = "client/core/rs" }

[workspace.dependencies]
# LOCAL
monitor_client = "1.13.2"
monitor_client = "1.13.3"
periphery_client = { path = "client/periphery/rs" }
formatting = { path = "lib/formatting" }
command = { path = "lib/command" }
Expand All @@ -32,7 +32,7 @@ merge_config_files = "0.1.5"
async_timing_util = "1.0.0"
partial_derive2 = "0.4.3"
derive_variants = "1.0.0"
mongo_indexed = "2.0.0"
mongo_indexed = "2.0.1"
resolver_api = "1.1.1"
toml_pretty = "1.1.2"
mungos = "1.0.1"
Expand Down

0 comments on commit 39b2176

Please sign in to comment.