summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry <mail@henrygressmann.de>2026-06-20 14:25:06 +0200
committerHenry <mail@henrygressmann.de>2026-06-20 14:25:06 +0200
commit8ec1231d818884ee69570e6987908a18a8762a26 (patch)
tree17cb0a53af3d5aff93147a20984e9a0a840edf02 /Cargo.toml
parent34635e83044c3089d0fadbfe76b6f847ef826826 (diff)
chore: update
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 39c288a..6aba5dc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[workspace]
members=["crates/*"]
default-members=[".", "crates/tinywasm", "crates/types", "crates/parser"]
-resolver="2"
+resolver="3"
[workspace.dependencies]
tinywasm-parser={version="0.9.0", path="crates/parser", default-features=false}