Skip to content

Commit

Permalink
bump the world (kcl-lib) (#3930)
Browse files Browse the repository at this point in the history
* bump the world

Signed-off-by: Jess Frazelle <[email protected]>

* A snapshot a day keeps the bugs away! πŸ“·πŸ› (OS: windows-latest)

* Revert "A snapshot a day keeps the bugs away! πŸ“·πŸ› (OS: windows-latest)"

This reverts commit e095d2a.

---------

Signed-off-by: Jess Frazelle <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
jessfraz and github-actions[bot] committed Sep 19, 2024
1 parent d1f9a02 commit bfac6b7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/wasm-lib/Cargo.lock

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

2 changes: 1 addition & 1 deletion src/wasm-lib/derive-docs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "derive-docs"
description = "A tool for generating documentation from Rust derive macros"
version = "0.1.26"
version = "0.1.27"
edition = "2021"
license = "MIT"
repository = "https://github.com/KittyCAD/modeling-app"
Expand Down
2 changes: 1 addition & 1 deletion src/wasm-lib/kcl-test-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kcl-test-server"
description = "A test server for KCL"
version = "0.1.10"
version = "0.1.11"
edition = "2021"
license = "MIT"

Expand Down
4 changes: 2 additions & 2 deletions src/wasm-lib/kcl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kcl-lib"
description = "KittyCAD Language implementation and tools"
version = "0.2.14"
version = "0.2.15"
edition = "2021"
license = "MIT"
repository = "https://github.com/KittyCAD/modeling-app"
Expand All @@ -20,7 +20,7 @@ clap = { version = "4.5.17", default-features = false, optional = true, features
convert_case = "0.6.0"
dashmap = "6.1.0"
databake = { version = "0.1.8", features = ["derive"] }
derive-docs = { version = "0.1.26", path = "../derive-docs" }
derive-docs = { version = "0.1.27", path = "../derive-docs" }
form_urlencoded = "1.2.1"
futures = { version = "0.3.30" }
git_rev = "0.1.0"
Expand Down

0 comments on commit bfac6b7

Please sign in to comment.