Skip to content

Commit

Permalink
Remove wamr-sys from cargo configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
AlixANNERAUD committed Nov 16, 2023
1 parent 70092db commit f00f23e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,9 @@ embedded-sdmmc = "0.6.0"
embedded-hal = "0.2.7"
fatfs = { version = "0.3.6" }
byteorder = "1.5.0"
wamr-sys = { git = "https://github.com/AlixANNERAUD/wamr-sys.git" }

[build-dependencies]
embuild = { version = "0.31.4", features = ["espidf"] }

[target.'cfg(target_arch = "x86_64")'.dependencies]
byteorder = "1.5.0"
wamr-sys = { git = "https://github.com/AlixANNERAUD/wamr-sys.git" }

0 comments on commit f00f23e

Please sign in to comment.