Skip to content

Commit

Permalink
feat: rust 1.81.0 arrow 53.0.0 anyhow 1.0.87
Browse files Browse the repository at this point in the history
  • Loading branch information
jornfranke committed Sep 8, 2024
1 parent ada12fa commit 405d61f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.80.1"
RUSTUP_TOOLCHAIN: "1.81.0"
RUSTUP_HOME: "./rust/rustup"
CARGO_HOME: "./rust/cargo"

Expand Down
4 changes: 2 additions & 2 deletions wasm-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = {version = "1.0.86"}
arrow = { version = "52.2.0", default-features = false, features = ["ipc","prettyprint"] }
anyhow = {version = "1.0.87"}
arrow = { version = "53.0.0", default-features = false, features = ["ipc","prettyprint"] }
time = {version = "0.3.36", features = ["macros"]}
wasmtime = { version = "24.0.0"}
wasmtime-wasi = { version = "24.0.0"}
Expand Down
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 = "52.2.0", default-features = false, features = ["ipc"] }
arrow = { version = "53.0.0", default-features = false, features = ["ipc"] }
time = {version = "0.3.36", features = ["macros"]}

0 comments on commit 405d61f

Please sign in to comment.