38 Commits

Author SHA1 Message Date
Valery Antopol
fc384a477c
feat(cli)!: use sdk dependency version from Cargo.lock instead of Cargo.toml (#286) 2023-03-02 22:23:05 +03:00
Anatolios Laskaris
da31cbbe38
fix(cli): Make checking latest version an optional feature (#278)
fix: Make checking latest version optional feature
2023-02-10 19:13:20 +02:00
Valery Antopol
35b15138db
fix(cli): skip wasms if they are built without marine-rs-sdk (#239) 2022-11-30 19:29:51 +03:00
renovate[bot]
ee514fb8fc
chore(deps): update all non-major rust dependencies (#211)
* chore(deps): update all non-major rust dependencies

* fix build

* fmt

* update generated code in marine-js

* bump marine-runtime version

* update gitignore

* Revert "bump marine-runtime version"

This reverts commit 7cf9f0b6d489408d35b3f86807d9ad7684f0708a.

* bump versions

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Valery Antopol <valery.antopol@gmail.com>
2022-11-28 18:37:07 +03:00
Valery Antopol
fd47800cca
chore(build): fix clippy warnings (#213) 2022-09-19 19:13:38 +03:00
renovate[bot]
684bf7cb38
Update Rust crate semver to v1 (#198)
* Update Rust crate semver to v1

* bump all the deps

* update wasmer-it and fix build

* bump more versions + fix marine-js

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Valery Antopol <valery.antopol@gmail.com>
2022-09-13 16:25:11 +03:00
Valery Antopol
3449a34e35
Use sdk version from cargo manifest, instead of hardcoded value (#186) 2022-08-03 18:26:45 +03:00
Valery Antopol
17e8bf041e
Rework module searching on filesystem (#184) 2022-07-29 17:09:54 +03:00
Valery Antopol
d9c8de35aa
Support marine-rs-sdk 0.7.0 (#180) 2022-07-27 18:01:30 +03:00
Valery Antopol
eab120fdae
beautify marine cli tool subcommand args (#170) 2022-06-02 20:09:38 +03:00
Valery Antopol
93b3952ed8
Marine CLI: fix template url in generate command (#171) 2022-06-02 18:51:34 +03:00
Mike Voronov
07167b2b7f
Fix marine build output (#164) 2022-05-21 00:22:36 +03:00
Mike Voronov
6da8509fe0
Add generate subcommand to mrepl (#163) 2022-05-21 00:03:03 +03:00
Valery Antopol
5747a6cc70
update update message in cli tools (#119) 2021-09-16 15:47:23 +03:00
Mike Voronov
23b79abbcd
Add module header to generated aqua code (#113) 2021-09-08 14:11:43 +03:00
Aleksey Proshutisnkiy
faf374cb9f
change to pascal case for service names (#96) 2021-07-05 13:36:41 +03:00
Mike Voronov
17eedfd525
Sort funcs (#91) 2021-06-01 19:27:21 +03:00
Mike Voronov
b2827a73ab
Avoid printing version to not TTY targets and after aqua command (#89) 2021-05-26 17:48:16 +03:00
vms
aa1da858ad fix clippy warnings; update crate versions 2021-05-21 21:15:02 +03:00
folex
557419fd51
Improve function signatures in aqua command (#88) 2021-05-21 20:55:23 +03:00
Mike Voronov
c62a278897
Print Aqua-compatible types (#86) 2021-05-20 20:20:57 +03:00
Mike Voronov
0b1d038565
Rename to marine: part 2 (#84) 2021-05-11 15:44:11 +03:00
Mike Voronov
269f691569
Rename to marine: step 1 (#83) 2021-05-10 12:51:22 +03:00
vms
3c4cf07bd3 change log message 2021-04-27 19:36:09 +03:00
vms
37c0497914
embed rust sdk version after compiling (#80) 2021-04-27 16:39:16 +03:00
vms
96c32b64d8
Improve arrays and record passing scheme (#76) 2021-04-26 14:02:26 +03:00
vms
80337a04d7
Print warning if repl and cli aren't of the last versions (#73) 2021-04-09 10:41:54 +03:00
vms
0d1e3c7848
Check for minimal sdk version (#68) 2021-03-16 13:51:59 +03:00
vms
5effdcba72
Support versioning in CLI (#67) 2021-03-12 20:04:47 +03:00
folex
12795cc0cb
Allow to specify module file name in the config (#62) 2021-02-12 13:44:52 +03:00
vms
52be0dd5ed
Improve various stuff in REPL (#61) 2021-02-05 00:28:12 +03:00
vms
31a15baf76
Add fce repl command (#15) 2020-08-09 12:08:39 +03:00
vms
94675d8e8f add embed option to fce-cli 2020-08-08 23:29:16 +03:00
vms
ab2b075748 rename crates and adjust dependecies 2020-07-28 23:33:46 +03:00
vms
e46c5e08b1
enable optional arguments with cargo build (#10) 2020-07-17 15:03:46 +03:00
vms
37ce9dafb3 improve error handling 2020-07-09 20:27:50 +03:00
vms
8eb4a1da7c make manifest path optional 2020-07-09 17:06:08 +03:00
vms
9a02ffc54f wit refactoring 2020-07-09 15:55:58 +03:00