update to marine, marine-test, bump versions

This commit is contained in:
boneyard93501 2021-06-13 16:12:46 -05:00
parent 0f1425c650
commit 38e8d13b31
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ use crate::Result;
use fluence::marine;
use serde_json::Value;
#[fce]
#[marine]
#[derive(Debug)]
pub struct JsonRpcResult {
pub jsonrpc: String,
@ -59,7 +59,7 @@ impl From<Result<String>> for JsonRpcResult {
}
}
#[fce]
#[marine]
#[derive(Debug)]
pub struct TestResult {
pub test_passed: bool,

View File

@ -50,7 +50,7 @@ pub struct InitResult {
pub err_msg: String,
}
#[fmarinece]
#[marine]
pub fn init_service() -> InitResult {
if !is_owner() {
return InitResult {