We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1666fb8 commit 5415205Copy full SHA for 5415205
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "lan-mouse"
3
description = "Software KVM Switch / mouse & keyboard sharing software for Local Area Networks"
4
-version = "0.6.0"
+version = "0.7.0"
5
edition = "2021"
6
license = "GPL-3.0-or-later"
7
repository = "https://github.com/ferdinandschober/lan-mouse"
nix/default.nix
@@ -5,7 +5,7 @@
}:
rustPlatform.buildRustPackage {
pname = "lan-mouse";
8
- version = "0.6.0";
+ version = "0.7.0";
9
10
nativeBuildInputs = with pkgs; [
11
pkg-config
0 commit comments