Skip to content

Commit 3367641

Browse files
committed
Merge #70: opsqueue_python: Make Nix package's pname match import name
Approved-by: Qqwy Priority: Normal Auto-deploy: false
2 parents f9bee9a + 7caf178 commit 3367641

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -9,7 +9,7 @@ members = [
99
]
1010

1111
[workspace.package]
12-
version = "0.33.1"
12+
version = "0.33.2"
1313

1414

1515
[workspace.lints.clippy]

libs/opsqueue_python/opsqueue_python.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ let
5050
};
5151

5252
crateName = craneLib.crateNameFromCargoToml { cargoToml = ./Cargo.toml; };
53-
pname = crateName.pname;
53+
pname = "opsqueue";
5454
version = (craneLib.crateNameFromCargoToml { cargoToml = ../../Cargo.toml; }).version;
5555
commonArgs = {
5656
inherit version pname;

0 commit comments

Comments
 (0)