Skip to content

Commit

Permalink
Fix windows builds on 1.64 stable and nightlies (#138)
Browse files Browse the repository at this point in the history
Signed-off-by: pinkforest <[email protected]>

Signed-off-by: pinkforest <[email protected]>
  • Loading branch information
pinkforest authored Sep 26, 2022
1 parent 1f38e99 commit 02d63c4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
10 changes: 3 additions & 7 deletions Cargo.lock

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

11 changes: 10 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,13 @@ members = [
"crates/lunatic-wasi-api",
"crates/lunatic-registry-api",
"crates/lunatic-distributed-api",
]
]

##########################################################
# This is required until wasmtime is bumped to ^1
# https://github.com/bytecodealliance/wasmtime/issues/4936
# Tracking: https://github.com/lunatic-solutions/lunatic/issues/136
[patch.crates-io]
cap-std = { git = "https://github.com/bytecodealliance/cap-std.git", branch = "0.26-with-a-0.25.2-version-number" }
cap-primitives = { git = "https://github.com/bytecodealliance/cap-std.git", branch = "0.26-with-a-0.25.2-version-number" }
cap-fs-ext = { git = "https://github.com/bytecodealliance/cap-std.git", branch = "0.26-with-a-0.25.2-version-number" }

0 comments on commit 02d63c4

Please sign in to comment.