Skip to content

Commit

Permalink
Merge branch 'main' into factors
Browse files Browse the repository at this point in the history
Signed-off-by: Lann Martin <lann.martin@fermyon.com>
  • Loading branch information
lann committed Jul 22, 2024
2 parents 7c6faed + 67f189f commit fe1469e
Show file tree
Hide file tree
Showing 42 changed files with 402 additions and 918 deletions.
83 changes: 54 additions & 29 deletions Cargo.lock

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

8 changes: 6 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ redis = "0.24"
runtime-tests = { path = "tests/runtime-tests" }
test-components = { path = "tests/test-components" }
test-codegen-macro = { path = "crates/test-codegen-macro" }
test-environment = { git = "https://github.com/fermyon/conformance-tests", branch = "main" }
test-environment = { git = "https://github.com/fermyon/conformance-tests", rev = "d2129a3fd73140a76c77f15a030a5273b37cbd11" }
conformance-tests = { git = "https://github.com/fermyon/conformance-tests", rev = "d2129a3fd73140a76c77f15a030a5273b37cbd11" }
conformance = { path = "tests/conformance-tests" }

[build-dependencies]
cargo-target-dep = { git = "https://github.com/fermyon/cargo-target-dep", rev = "482f269eceb7b1a7e8fc618bf8c082dd24979cf1" }
Expand Down Expand Up @@ -134,7 +136,9 @@ hyper = { version = "1.0.0", features = ["full"] }
reqwest = { version = "0.12", features = ["stream", "blocking"] }
tracing = { version = "0.1", features = ["log"] }

wasi-common-preview1 = { version = "22.0.0", package = "wasi-common", features = ["tokio"] }
wasi-common-preview1 = { version = "22.0.0", package = "wasi-common", features = [
"tokio",
] }
wasmtime = "22.0.0"
wasmtime-wasi = "22.0.0"
wasmtime-wasi-http = "22.0.0"
Expand Down
1 change: 0 additions & 1 deletion crates/http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ spin-app = { path = "../app", optional = true }
spin-locked-app = { path = "../locked-app" }

[dev-dependencies]
spin-testing = { path = "../testing" }
toml = "0.8.2"

[features]
Expand Down
Loading

0 comments on commit fe1469e

Please sign in to comment.