Skip to content

Commit

Permalink
Update to wasi v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr committed Feb 3, 2025
1 parent 9ed269c commit 58906ca
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ thiserror = { version = "2.0", default-features = false }
twofloat = { version = "0.8", default-features = false }
vecmap-rs = { version = "0.2", default-features = false }
wac-graph = { version = "0.6", default-features = false }
wasi-sandboxed-component-provider = { version = "0.2.2", default-features = false }
wasi-sandboxed-component-provider = { version = "0.2.3", default-features = false }
wasi-logger = { version = "0.1", default-features = false }
wasi-preview1-component-adapter-provider = { version = "28.0", default-features = false }
wasi-preview1-component-adapter-provider = { version = "29.0", default-features = false }
wasmparser = { version = "0.224", default-features = false }
wasmtime = { version = "29.0", default-features = false }
wasmtime_runtime_layer = { version = "29.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion crates/numcodecs-wasm-builder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "numcodecs-wasm-builder"
version = "0.1.0+wasi0.2.2"
version = "0.1.0+wasi0.2.3"
edition = { workspace = true }
authors = { workspace = true }
repository = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion py/numcodecs-wasm-template/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ license = { file = "LICENSE" }
requires-python = ">=3.10"

dependencies = [
"numcodecs-wasm==0.1.0.dev1", # wasi 0.2.2
"numcodecs-wasm==0.1.0.dev2", # wasi 0.2.3
]

[tool.setuptools.packages.find]
Expand Down
2 changes: 1 addition & 1 deletion py/numcodecs-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "numcodecs-wasm"
version = "0.1.0+wasi0.2.2"
version = "0.1.0+wasi0.2.3"
edition = { workspace = true }
authors = { workspace = true }
repository = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion py/numcodecs-wasm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "numcodecs_wasm"
version = "0.1.0.dev1" # wasi 0.2.2
version = "0.1.0.dev2" # wasi 0.2.3
description = "numcodecs compression for codecs compiled to WebAssembly"

authors = [{ name = "Juniper Tyree", email = "[email protected]" }]
Expand Down

0 comments on commit 58906ca

Please sign in to comment.