Skip to content

Commit

Permalink
First channels test working
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Apr 28, 2024
1 parent cc1028b commit 4fdc359
Show file tree
Hide file tree
Showing 10 changed files with 6,230 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cargo/config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build]
target = "wasm32-unknown-unknown"
#target = "wasm32-unknown-unknown"
# for fedimint to use tokio::task::Builder - https://github.com/fedimint/fedimint/issues/3951
rustflags = ["--cfg", "tokio_unstable"]

Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ members = [
"mutiny-wasm",
]

exclude = ["integration_tests"]

# Tell `rustc` to optimize for small code size.
[profile.release.package.mutiny-core]
Expand Down
Loading

0 comments on commit 4fdc359

Please sign in to comment.