36 Commits

Author SHA1 Message Date
fluencebot
d6c1d609d9
chore(master): release marine-rs-sdk 0.10.0 (#131) 2023-09-13 15:45:18 +03:00
fluencebot
4fb25f1818
chore(master): release marine-rs-sdk 0.9.0 (#128)
* chore(master): release marine-rs-sdk 0.9.0

* chore: Bump version to 0.9.0
2023-08-16 20:40:37 +03:00
fluencebot
46c53330ba
chore(master): release marine-rs-sdk 0.8.1 (#126)
* chore(master): release marine-rs-sdk 0.8.1

* chore: Bump version to 0.8.1
2023-08-09 13:58:57 +03:00
fluencebot
56f4b4d61e
chore(master): release marine-rs-sdk 0.8.0 (#122)
* chore(master): release marine-rs-sdk 0.8.0

* chore: Bump version to 0.8.0
2023-07-24 17:10:47 +03:00
Mike Voronov
2816debc18
chore: use Box for MarineAst variants (#123) 2023-07-24 17:01:47 +03:00
Mike Voronov
7a39cd35ad
feat!: allow field attibutes (#121) 2023-07-24 16:48:11 +03:00
renovate[bot]
7479c36413
chore(deps): update rust crate serde to 1.0.155 (#109)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-13 16:21:50 +03:00
renovate[bot]
8f3eab7ba5
chore(deps): update rust crate serde_json to 1.0.94 (#108)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-13 16:02:15 +03:00
renovate[bot]
fc5c1c9e46
chore(deps): update rust crate syn to 1.0.109 (#107)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-08 09:17:38 +03:00
renovate[bot]
190ea058e7
chore(deps): update rust crate serde to 1.0.152 (#95)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 19:15:58 +03:00
renovate[bot]
32856135a3
chore(deps): update rust crate syn to 1.0.107 (#97)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 19:10:21 +03:00
renovate[bot]
6556154311
chore(deps): update rust crate quote to 1.0.23 (#94)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mike Voronov <michail.vms@gmail.com>
2023-02-13 18:34:13 +03:00
renovate[bot]
f0db1a40a2
chore(deps): update rust crate serde_json to 1.0.93 (#96)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 18:23:19 +03:00
renovate[bot]
2875309787
chore(deps): update rust crate proc-macro2 to 1.0.51 (#93)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 18:22:36 +03:00
Anatolios Laskaris
17e420f657
chore(ci): Add release-please (#100)
* Add release-please

* Fix

* Fix

* No to wasmer

* use older rust-toolchain with compatible error messages

---------

Co-authored-by: Valery Antopol <valery.antopol@gmail.com>
2023-02-07 19:58:04 +03:00
Valery Antopol
f2f3ce1810
fix: make new clippy happy (#88) 2022-11-28 19:12:02 +03:00
renovate[bot]
2e1068fabc
Update Rust crate pretty_assertions to v1 (#79)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-08 22:28:34 +03:00
renovate[bot]
ba3c322e77
Update Rust crate uuid to v1 (#82)
* Update Rust crate uuid to v1

* bump patch version

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Valery Antopol <valery.antopol@gmail.com>
2022-09-08 22:27:47 +03:00
Valery Antopol
5bc6f5e875
Fix memory leak in compiled modules caused by rust ^1.56 (#75) 2022-07-27 16:04:43 +03:00
Mike Voronov
7924cb248b
Deduplicate SecurityTetraplet (#70) 2021-11-02 22:45:25 +03:00
Mike Voronov
13c0f59d89
Allow non pub fields in structs (#68)
* allow non-pub fields in a struct

* bump crate versions
2021-10-07 13:13:25 +03:00
Valery Antopol
17eb14aa48
use doc(hidden) on internal api (#62) 2021-09-28 15:44:12 +03:00
Valery Antopol
7cad957fe7
fix compilation for rustc 1.57.0-nightly (#60) 2021-09-15 18:18:53 +03:00
Valery Antopol
6d045429dc
Remove serde version lock on 1.0.118 (#59) 2021-09-15 16:28:01 +03:00
Valery Antopol
2ee2cf3a2c
Pass module interfaces as args in marine-test macro (#54) 2021-09-01 20:34:35 +03:00
Valery Antopol
84d5c2af66
Add unsafe wrapper for imports for not wasm target (#52) 2021-08-13 21:27:26 +03:00
Valery Antopol
6460362f92
clarify doc string for CallParameters::host_id (#53) 2021-08-13 19:17:50 +03:00
vms
d5e8426e5c bump crate versions 2021-06-15 20:42:05 +03:00
Mike Voronov
7c8f65fb64
Rename fluence sdk to marine-rs-sdk (#38) 2021-06-15 10:25:58 +03:00
vms
9e383237aa reexport PassingStyle 2021-05-19 16:17:58 +03:00
folex
3de1d949e4
Publish crates from repo as is (without version increment) (#35) 2021-05-14 18:07:40 +03:00
vms
f89113f3e3 reexport __fce_generated_section__ 2021-05-12 16:09:15 +03:00
vms
4f75d3d26e add Debug for SDKAst types 2021-05-10 23:26:37 +03:00
vms
cbefd747d7 add crate:: 2021-05-10 14:02:10 +03:00
vms
4c99af774f renaming 2021-05-10 13:50:52 +03:00
vms
7e786f47a7 rename fce to marine 2021-05-10 12:23:26 +03:00