Skip to content

Commit

Permalink
feat: rust 1.72.1, wasmtime 13.0.0, arrow-rs 47.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jornfranke committed Oct 3, 2023
1 parent 6a9d484 commit b47296a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: rust-wasm-study
on: [push]
env:
RUSTUP_TOOLCHAIN: "1.72.0"
RUSTUP_TOOLCHAIN: "1.72.1"
RUSTUP_HOME: "./rust/rustup"
CARGO_HOME: "./rust/cargo"

Expand Down
6 changes: 3 additions & 3 deletions wasm-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
anyhow = {version = "1.0.71"}
arrow = { version = "46.0.0", default-features = false, features = ["ipc","prettyprint"] }
arrow = { version = "47.0.0", default-features = false, features = ["ipc","prettyprint"] }
time = {version = "0.3.21", features = ["macros"]}
wasmtime = { version = "12.0.1"}
wasmtime-wasi = { version = "12.0.1"}
wasmtime = { version = "13.0.0"}
wasmtime-wasi = { version = "13.0.0"}
2 changes: 1 addition & 1 deletion wasm-module2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ edition = "2021"
crate-type = ['cdylib']

[dependencies]
arrow = { version = "46.0.0", default-features = false, features = ["ipc"] }
arrow = { version = "47.0.0", default-features = false, features = ["ipc"] }
time = {version = "0.3.21", features = ["macros"]}

0 comments on commit b47296a

Please sign in to comment.