Skip to content

Commit

Permalink
bump kcl (#957)
Browse files Browse the repository at this point in the history
  • Loading branch information
paultag authored Oct 11, 2024
1 parent ddc121d commit 5feb13f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
36 changes: 18 additions & 18 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ git_rev = "0.1.0"
heck = "0.5.0"
http = "1"
itertools = "0.12.1"
kcl-lib = { version = "0.2.20", features = ["disable-println"] }
kcl-test-server = "0.1.12"
kcl-lib = { version = "0.2.21", features = ["disable-println"] }
kcl-test-server = "0.1.13"
kittycad = { version = "0.3.23", features = ["clap", "tabled", "requests", "retry"] }
kittycad-modeling-cmds = { version = "0.2.69", features = ["websocket", "convert_client_crate", "tabled"] }
log = "0.4.22"
Expand Down
2 changes: 1 addition & 1 deletion src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ impl Context<'_> {

let ctx = kcl_lib::executor::ExecutorContext::new(&client, settings).await?;
let (_, session_data) = ctx
.run_with_session_data(&program, None)
.run_with_session_data(&program, None, Default::default())
.await
.map_err(|err| kcl_error_fmt::KclError::new(code.to_string(), err))?;

Expand Down

0 comments on commit 5feb13f

Please sign in to comment.