Skip to content

Commit

Permalink
feat: Bump deno to version 1.42.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bakjos committed Apr 1, 2024
1 parent 12c1e52 commit f8d53b5
Show file tree
Hide file tree
Showing 4 changed files with 136 additions and 49 deletions.
94 changes: 60 additions & 34 deletions Cargo.lock

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

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,7 @@ arrow-select = "50"
arrow-ord = "50"
arrow-row = "50"
arrow-udf-js = "0.1"
# FIXME: Use the latest version of arrow-udf-js-deno when it is released.
arrow-udf-js-deno = { git = "https://github.com/bakjos/arrow-udf.git", rev = "a810d2c" }
arrow-udf-js-deno = { git = "https://github.com/risingwavelabs/arrow-udf.git", rev = "4c4e176" }
arrow-udf-wasm = { version = "0.2", features = ["build"] }
arrow-udf-python = { git = "https://github.com/risingwavelabs/arrow-udf.git", rev = "6c32f71" }
arrow-array-deltalake = { package = "arrow-array", version = "48.0.1" }
Expand Down Expand Up @@ -309,7 +308,7 @@ etcd-client = { git = "https://github.com/risingwavelabs/etcd-client.git", rev =
# todo(wcy-fdu): remove this patch fork after opendal release a new version to apply azure workload identity change.
reqsign = { git = "https://github.com/wcy-fdu/reqsign.git", rev = "e6cb304" }
# patch to remove preserve_order from serde_json
deno_core = { git = "https://github.com/bakjos/deno_core", rev = "70d1544" }
deno_core = { git = "https://github.com/bakjos/deno_core", rev = "9b241c6" }

[workspace.metadata.dylint]
libraries = [{ path = "./lints" }]
3 changes: 1 addition & 2 deletions src/cmd_all/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ rw-static-link = ["workspace-config/rw-static-link"]
rw-dynamic-link = ["workspace-config/rw-dynamic-link"]
embedded-deno-udf = ["risingwave_expr/embedded-deno-udf"]
embedded-python-udf = ["risingwave_expr/embedded-python-udf"]
# FIXME: Remove the deno udf feature before merging the PR
default = ["embedded-deno-udf", "rw-static-link"]
default = ["rw-static-link"]

[package.metadata.cargo-machete]
ignored = ["workspace-hack", "workspace-config", "task_stats_alloc"]
Expand Down
Loading

0 comments on commit f8d53b5

Please sign in to comment.