rust-lld
throw duplicate error
#2730
Answered
by
lann
Baptistemontan
asked this question in
Q&A
-
I'm trying to make a basic application using
spin_manifest_version = 2
[application]
name = "hello-world-spin"
version = "0.2.0"
authors = ["Baptiste de Montangon <[email protected]>"]
description = ""
[[trigger.http]]
route = "/..."
component = "hello-world-spin"
[component.hello-world-spin]
source = "target/wasm32-wasi/release/hello-world-spin.wasm"
allowed_outbound_hosts = []
key_value_stores = ["default"]
[component.hello-world-spin.build]
command = "cargo leptos build --release"
watch = ["src/**/*.rs", "Cargo.toml"]
[[trigger.http]]
route = "/pkg/..."
component = "pkg"
[component.pkg]
source = { url = "https://github.com/fermyon/spin-fileserver/releases/download/v0.1.0/spin_static_fs.wasm", digest = "sha256:96c76d9af86420b39eb6cd7be5550e3cb5d4cc4de572ce0fd1f6a29471536cb4" }
files = [{ source = "target/site/pkg", destination = "/" }] error:
|
Beta Was this translation helpful? Give feedback.
Answered by
lann
Aug 20, 2024
Replies: 1 comment 6 replies
-
I think this has been seen before when multiple versions of |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can check why the two versions are required by checking their versions separately:
cargo tree -i [email protected] --features ssr
cargo tree -i [email protected] --features ssr