Skip to content

Commit 656e4ad

Browse files
committed
spin-python-engine: bump Spin SDK
Signed-off-by: Danielle Lancashire <[email protected]>
1 parent 769c067 commit 656e4ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/spin-python-engine/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ crate-type = [ "cdylib" ]
1111
anyhow = "1"
1212
bytes = { version = "1.2.1", features = ["serde"] }
1313
http = "0.2"
14-
spin-sdk = { git = "https://github.com/fermyon/spin", rev = "b42f97f0d75e7935b533cb680a2131978e6377ff", default-features = false, features=["experimental"] }
14+
spin-sdk = { git = "https://github.com/fermyon/spin", rev = "ca08dd933de32fe09f4c318fbbc1f04853f2085f", default-features = false, features=["experimental"] }
1515
wit-bindgen-rust = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "dde4694aaa6acf9370206527a798ac4ba6a8c5b8" }
1616
pyo3 = { version = "0.17.3", features = [ "abi3-py310" ] }
1717
once_cell = "1.16.0"

0 commit comments

Comments
 (0)