Skip to content

Commit 293368a

Browse files
authored
Release 138 (#1405)
* Release 138 * Fix to upgrade kittycad-modeling-cmds also
1 parent 478df71 commit 293368a

File tree

3 files changed

+18
-19
lines changed

3 files changed

+18
-19
lines changed

Cargo.lock

Lines changed: 13 additions & 14 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.137"
3+
version = "0.2.138"
44
edition = "2021"
55
build = "build.rs"
66

@@ -37,15 +37,15 @@ image = { version = "0.25", default-features = false, features = [
3737
"jpeg",
3838
] }
3939
itertools = "0.12.1"
40-
kcl-lib = { version = "=0.2.116", features = ["disable-println"] }
41-
kcl-test-server = "=0.1.116"
40+
kcl-lib = { version = "=0.2.117", features = ["disable-println"] }
41+
kcl-test-server = "=0.1.117"
4242
kittycad = { version = "0.4.5", features = [
4343
"clap",
4444
"tabled",
4545
"requests",
4646
"retry",
4747
] }
48-
kittycad-modeling-cmds = { version = "=0.2.148", features = [
48+
kittycad-modeling-cmds = { version = "=0.2.151", features = [
4949
"websocket",
5050
"convert_client_crate",
5151
"tabled",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The tests use the `ZOO_TEST_TOKEN` variables for knowing how to authenticate.
3939
1. Make sure the `Cargo.toml` has the new version you want to release.
4040
2. When upgrading Zoo crates, make sure to update them _all_, even transitive dependencies.
4141
```
42-
cargo update -p kittycad-modeling-cmds -p kcl-derive-docs -p kcl-error -p kcl-api -p kcl-lib -p kcl-test-server
42+
cargo update -p kittycad-modeling-cmds -p kcl-derive-docs -p kcl-error -p kcl-lib -p kcl-test-server
4343
cargo check
4444
```
4545
3. Run `make tag` this is just an easy command for making a tag formatted

0 commit comments

Comments
 (0)