Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #26 from fermyon/release-0.14.0-sha
Browse files Browse the repository at this point in the history
Move to using direct sha for wasmtime 14 branch instead of the branch name
  • Loading branch information
rylev authored Oct 11, 2023
2 parents 42a1784 + 1d500ae commit 628412d
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 41 deletions.
74 changes: 37 additions & 37 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ wit-component = "0.14.5"
wit-parser = "0.11.3"

[dev-dependencies]
wasmtime = { git = "https://github.com/bytecodealliance/wasmtime", branch = "release-14.0.0", features = [
wasmtime = { git = "https://github.com/bytecodealliance/wasmtime", rev = "c796ce7376a57a40605f03e74bd78cefcc9acf3a", features = [
"component-model",
] }
wasmtime-wasi = { git = "https://github.com/bytecodealliance/wasmtime", branch = "release-14.0.0" }
wasmtime-wasi = { git = "https://github.com/bytecodealliance/wasmtime", rev = "c796ce7376a57a40605f03e74bd78cefcc9acf3a" }
tokio = { version = "1.32.0", features = ["macros", "rt", "fs"] }
spin-abi-conformance = { path = "abi-conformance" }
4 changes: 2 additions & 2 deletions abi-conformance/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ edition = "2021"
[dependencies]
anyhow = "1.0.69"
async-trait = "0.1.66"
wasmtime = { git = "https://github.com/bytecodealliance/wasmtime", branch = "release-14.0.0", features = [
wasmtime = { git = "https://github.com/bytecodealliance/wasmtime", rev = "c796ce7376a57a40605f03e74bd78cefcc9acf3a", features = [
"component-model",
] }
wasmtime-wasi = { git = "https://github.com/bytecodealliance/wasmtime", branch = "release-14.0.0", features = [
wasmtime-wasi = { git = "https://github.com/bytecodealliance/wasmtime", rev = "c796ce7376a57a40605f03e74bd78cefcc9acf3a", features = [
"tokio",
] }
cap-std = "2.0.0"
Expand Down

0 comments on commit 628412d

Please # to comment.