aboutsummaryrefslogtreecommitdiff
path: root/niri-ipc/src
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2024-11-09 17:46:23 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2024-11-09 17:57:34 +0300
commitb18cfbae238d53de193fc7671f56ec779574094c (patch)
tree68e21619f78612a766ec7808ebacffa29efb0cc1 /niri-ipc/src
parentf64e7e14c3e712b5fa0a04a21ef1df5f3265fd2f (diff)
downloadniri-b18cfbae238d53de193fc7671f56ec779574094c.tar.gz
niri-b18cfbae238d53de193fc7671f56ec779574094c.tar.bz2
niri-b18cfbae238d53de193fc7671f56ec779574094c.zip
niri-ipc: Add README and Cargo.toml metadata
Diffstat (limited to 'niri-ipc/src')
-rw-r--r--niri-ipc/src/lib.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/niri-ipc/src/lib.rs b/niri-ipc/src/lib.rs
index 69759626..f2eccdcb 100644
--- a/niri-ipc/src/lib.rs
+++ b/niri-ipc/src/lib.rs
@@ -19,6 +19,13 @@
//!
//! This crate follows the niri version. It is **not** API-stable in terms of the Rust semver. In
//! particular, expect new struct fields and enum variants to be added in patch version bumps.
+//!
+//! Use an exact version requirement to avoid breaking changes:
+//!
+//! ```toml
+//! [dependencies]
+//! niri-ipc = "=0.1.10"
+//! ```
#![warn(missing_docs)]
use std::collections::HashMap;