Skip to content

Commit b81b1f3

Browse files
authored
Release 148 and bump kcl (#1490)
* Release 148 and bump kcl * Update readme since dependencies should be right now
1 parent 0280b47 commit b81b1f3

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

Cargo.lock

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

Cargo.toml

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

@@ -37,8 +37,8 @@ image = { version = "0.25", default-features = false, features = [
3737
"jpeg",
3838
] }
3939
itertools = "0.14.0"
40-
kcl-lib = { version = "=0.2.128", features = ["disable-println"] }
41-
kcl-test-server = "=0.1.128"
40+
kcl-lib = { version = "=0.2.129", features = ["disable-println"] }
41+
kcl-test-server = "=0.2.129"
4242
kittycad = { version = "0.4.6", features = [
4343
"clap",
4444
"tabled",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ The tests use the `ZOO_TEST_TOKEN` variables for knowing how to authenticate.
3737
### Releasing a new version
3838

3939
1. Make sure the `Cargo.toml` has the new version you want to release.
40-
2. When upgrading Zoo crates, make sure to update them _all_, even transitive dependencies.
40+
2. When upgrading Zoo crates, make sure to update them _all_.
4141
```
42-
cargo update -p kittycad-modeling-cmds -p kcl-derive-docs -p kcl-error -p kcl-lib -p kcl-test-server
42+
cargo update -p kittycad-modeling-cmds -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)