Skip to content

Commit 653238d

Browse files
committed
Release 1.1.1
Signed-off-by: Rick Elrod <rick.elrod@checkmk.com>
1 parent 6409cab commit 653238d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
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 = "csm"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
edition = "2024"
55

66
[lints.clippy]

tests/env.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ fn test_csm_env_pack_unpack() -> Result<(), Error> {
286286
"test_csm_env_pack",
287287
"pip",
288288
"install",
289-
"conda-pack==0.8.1",
289+
"conda-pack",
290290
])
291291
.assert()
292292
.success();

0 commit comments

Comments
 (0)