mirror of
https://github.com/fluencelabs/aquavm
synced 2025-06-23 03:31:32 +00:00
Move to sdk 0.6.5 (#102)
This commit is contained in:
@ -11,7 +11,7 @@ name = "air_interpreter_interface"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
fluence = "0.6.1"
|
||||
fluence = "0.6.5"
|
||||
fluence-it-types = "0.3.0"
|
||||
|
||||
serde = "=1.0.118"
|
||||
|
@ -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.
|
||||
|
Reference in New Issue
Block a user