diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2023-12-16 19:25:36 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2023-12-16 19:25:36 +0100 |
| commit | bde338363cecb3e978d32e55c65ec1d48b2a847e (patch) | |
| tree | c5da5ab7a0ba4104fe808e40605aa34a18aa283e /.cargo/config.toml | |
| parent | 5626ca475a2372de0ffb6a58fec264a4ba7bf24d (diff) | |
chore: bump version so graphic stays up to date
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to '.cargo/config.toml')
| -rw-r--r-- | .cargo/config.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml index 31a61b0..4148675 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,3 +1,4 @@ [alias] +version-dev="workspaces version --no-git-commit --force tinywasm*" dev="run -- -l debug run" spec-mvp="test --package tinywasm --test mvp -- test_mvp --exact --nocapture --ignored" |
