Skip to content

Commit 8bc6d11

Browse files
authored
Release 122 (#1343)
* Bump version to 0.2.122 and upgrade to kcl 97 crates * Fix clippy warning
1 parent d154292 commit 8bc6d11

File tree

3 files changed

+52
-52
lines changed

3 files changed

+52
-52
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zoo"
3-
version = "0.2.121"
3+
version = "0.2.122"
44
edition = "2021"
55
build = "build.rs"
66

@@ -33,9 +33,9 @@ git_rev = "0.1.0"
3333
heck = "0.5.0"
3434
http = "1"
3535
itertools = "0.12.1"
36-
kcl-derive-docs = { version = "=0.1.96" }
37-
kcl-lib = { version = "=0.2.96", features = ["disable-println"] }
38-
kcl-test-server = "=0.1.96"
36+
kcl-derive-docs = { version = "=0.1.97" }
37+
kcl-lib = { version = "=0.2.97", features = ["disable-println"] }
38+
kcl-test-server = "=0.1.97"
3939
kittycad = { version = "0.3.46", features = [
4040
"clap",
4141
"tabled",

src/update.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ pub async fn get_latest_release_info() -> Result<ReleaseInfo> {
108108
Err(err) => {
109109
return Err(anyhow!(
110110
"Failed to parse response from GitHub: {}\ntext:\n{}",
111-
err.to_string(),
111+
err,
112112
text
113113
));
114114
}

0 commit comments

Comments
 (0)