Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 13 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zoo"
version = "0.2.137"
version = "0.2.138"
edition = "2021"
build = "build.rs"

Expand Down Expand Up @@ -37,15 +37,15 @@ image = { version = "0.25", default-features = false, features = [
"jpeg",
] }
itertools = "0.12.1"
kcl-lib = { version = "=0.2.116", features = ["disable-println"] }
kcl-test-server = "=0.1.116"
kcl-lib = { version = "=0.2.117", features = ["disable-println"] }
kcl-test-server = "=0.1.117"
kittycad = { version = "0.4.5", features = [
"clap",
"tabled",
"requests",
"retry",
] }
kittycad-modeling-cmds = { version = "=0.2.148", features = [
kittycad-modeling-cmds = { version = "=0.2.151", features = [
"websocket",
"convert_client_crate",
"tabled",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The tests use the `ZOO_TEST_TOKEN` variables for knowing how to authenticate.
1. Make sure the `Cargo.toml` has the new version you want to release.
2. When upgrading Zoo crates, make sure to update them _all_, even transitive dependencies.
```
cargo update -p kittycad-modeling-cmds -p kcl-derive-docs -p kcl-error -p kcl-api -p kcl-lib -p kcl-test-server
cargo update -p kittycad-modeling-cmds -p kcl-derive-docs -p kcl-error -p kcl-lib -p kcl-test-server
cargo check
```
3. Run `make tag` this is just an easy command for making a tag formatted
Expand Down
Loading