aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorsodiboo <37938646+sodiboo@users.noreply.github.com>2024-04-19 15:02:32 +0200
committerGitHub <noreply@github.com>2024-04-19 13:02:32 +0000
commitb5f7e4bd83dbfc77e0c8b973bc217c9a4cb3f364 (patch)
treedbe59c9a19f2e7d94086e9fbb1c28a43e062e16b /Cargo.lock
parentb98b95883def5cd726c1e96a006f9cd7498d1730 (diff)
downloadniri-b5f7e4bd83dbfc77e0c8b973bc217c9a4cb3f364.tar.gz
niri-b5f7e4bd83dbfc77e0c8b973bc217c9a4cb3f364.tar.bz2
niri-b5f7e4bd83dbfc77e0c8b973bc217c9a4cb3f364.zip
`niri_ipc::Socket`; `niri msg version`; version checking on IPC (#278)
* Implement version checking in IPC implement version checking; streamed IPC streamed IPC will allow multiple requests per connection add nonsense request change inline struct to json macro only check version if request actually fails fix usage of inspect_err (MSRV 1.72.0; stabilized 1.76.0) "nonsense request" -> "return error" oneshot connections * Change some things around * Unqualify niri_ipc::Transform --------- Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f5c20301..42d36964 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2202,6 +2202,7 @@ version = "0.1.4"
dependencies = [
"clap",
"serde",
+ "serde_json",
]
[[package]]