diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2025-06-11 09:51:18 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2025-06-11 10:21:17 +0300 |
| commit | aa47223c196a7723199e184e20f5fe42539eaf73 (patch) | |
| tree | b250c54c59ac85cd288212a858a7b7ecdf702e94 /niri-ipc | |
| parent | 10a6d6ae45d246287b6d00231545ba8c5c1ba594 (diff) | |
| download | niri-aa47223c196a7723199e184e20f5fe42539eaf73.tar.gz niri-aa47223c196a7723199e184e20f5fe42539eaf73.tar.bz2 niri-aa47223c196a7723199e184e20f5fe42539eaf73.zip | |
Upgrade deps and Smithay (cursor-shape v2)
Diffstat (limited to 'niri-ipc')
| -rw-r--r-- | niri-ipc/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/niri-ipc/Cargo.toml b/niri-ipc/Cargo.toml index b20dd4de..2c1817b0 100644 --- a/niri-ipc/Cargo.toml +++ b/niri-ipc/Cargo.toml @@ -13,7 +13,7 @@ readme = "README.md" [dependencies] clap = { workspace = true, optional = true } -schemars = { version = "0.8.22", optional = true } +schemars = { version = "0.9.0", optional = true } serde.workspace = true serde_json.workspace = true |
