Skip to content

Commit aa99500

Browse files
authored
update to CPython 3.11.4 and Wizer 3.0.0 (#37)
This addresses recent breakage which seems to be related to newer `rustc` versions combined with older `wasmtime` versions not playing nice together. The CPython upgrade probably isn't neccessary, but I figure we should use the latest 3.11.x release anyway. Signed-off-by: Joel Dice <joel.dice@fermyon.com>
1 parent 9fd56c6 commit aa99500

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cpython

Submodule cpython updated 567 files

crates/spin-python-cli/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ anyhow = "1.0.68"
1414
clap = { version = "4.1.4", features = [ "derive" ] }
1515
tar = "0.4.38"
1616
tempfile = "3.3.0"
17-
wizer = "1.6.0"
18-
zstd = "0.10.0"
17+
wizer = "3.0.0"
18+
zstd = "0.11.1"
1919

2020
[build-dependencies]
2121
anyhow = "1.0.68"
2222
tar = "0.4.38"
23-
zstd = "0.10.0"
23+
zstd = "0.11.1"

0 commit comments

Comments
 (0)