update to marine, marine-test, bump versions

This commit is contained in:
boneyard93501
2021-06-13 15:06:43 -05:00
parent 1fc1cfffd7
commit 460fb44e3e
14 changed files with 109 additions and 122 deletions

View File

@ -1,11 +1,11 @@
use fluence::fce;
use fluence::marine;
#[fce]
#[marine]
pub struct Echo {
pub echo: String,
}
#[fce]
#[marine]
pub fn echo(inputs: Vec<String>) -> Vec<Echo> {
inputs
.iter()