Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Commit 779e172

Browse files
author
icelayer
committed
Fixed version
1 parent 83125c4 commit 779e172

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cwe-client-cli"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
description = "Desktop CLI client for cwe"
55
authors = ["icelayer"]
66
license = ""

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747
};
4848
packages.default = pkgs.rustPlatform.buildRustPackage rec {
4949
pname = "cwe-client-cli";
50-
version = "0.3.2";
50+
version = "0.3.3";
5151
buildInputs = libraries ++ packages;
5252
nativeBuildInputs = libraries ++ packages;
5353
src = ./.;
54-
cargoSha256 = "sha256-VgbNwqDVcORWJB5QjH39gZZtW1n2Me9FxVUhb4vIg1A=";
54+
cargoSha256 = "sha256-iQ8b5+VNU89RiO4t4rI9ULwFv6KS71oVycHT7BeF8jQ=";
5555
};
5656
});
5757
}

0 commit comments

Comments
 (0)