summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-09-11 21:56:15 +0200
committerHenry Gressmann <mail@henrygressmann.de>2024-09-11 21:56:15 +0200
commitfee68d05ba85be2a358c48697bdeba2bc360b9c6 (patch)
tree2ad1fdaacae403573888c76ae4afd950dd8a069a /Cargo.toml
parent4238c920b22136e35eff3c91e3a940dbbc553702 (diff)
chore: update deps, improve contributing guidelines, improve ci
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 6 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7196533..ae231c3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,8 +4,8 @@ default-members=[".", "crates/tinywasm", "crates/types", "crates/parser"]
resolver="2"
[workspace.dependencies]
-wast="216"
-wat="1.216"
+wast="217"
+wat="1.217"
eyre="0.6"
log="0.4"
pretty_env_logger="0.5"
@@ -51,3 +51,7 @@ lto="thin"
codegen-units=1
panic="abort"
inherits="release"
+
+[profile.samply]
+inherits = "release"
+debug = true