Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .allmystuff-rev
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.2.48
v0.2.49
6 changes: 3 additions & 3 deletions gui/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ tauri-plugin-single-instance = "2"
# media planes, and the node control socket the client drives. Reused in "CEC
# client (customer) mode". Git deps on the sibling branch that adds the CEC
# node commands; not yet published, so this won't resolve in this sandbox.
allmystuff-node = { git = "https://github.com/mrjeeves/AllMyStuff", tag = "v0.2.48" }
allmystuff-node = { git = "https://github.com/mrjeeves/AllMyStuff", tag = "v0.2.49" }
# The CEC wire contract + Support-ID derivation, and the three-choice consent
# store — the customer's per-technician approvals.
allmystuff-cec-protocol = { git = "https://github.com/mrjeeves/AllMyStuff", tag = "v0.2.48" }
allmystuff-cec-consent = { git = "https://github.com/mrjeeves/AllMyStuff", tag = "v0.2.48" }
allmystuff-cec-protocol = { git = "https://github.com/mrjeeves/AllMyStuff", tag = "v0.2.49" }
allmystuff-cec-consent = { git = "https://github.com/mrjeeves/AllMyStuff", tag = "v0.2.49" }

# The client's OWN OS-service installer (never AllMyStuff's), so installing the
# background service never clobbers an existing AllMyStuff install.
Expand Down
Loading