Move to sdk 0.6.5 (#102)

This commit is contained in:
Mike Voronov
2021-05-13 12:00:56 +03:00
committed by GitHub
parent 792763c72b
commit f9a0b24a56
21 changed files with 194 additions and 180 deletions

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
use fluence::fce;
use fluence::marine;
use fluence_it_types::IValue;
use serde::Deserialize;
@ -23,7 +23,7 @@ use serde::Serialize;
pub const INTERPRETER_SUCCESS: i32 = 0;
/// Describes a result returned at the end of the interpreter execution.
#[fce]
#[marine]
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
pub struct InterpreterOutcome {
/// A return code, where INTERPRETER_SUCCESS means success.