Skip to content

Commit

Permalink
chore(installation-spell): bump to 0.5.12 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
justprosh authored May 26, 2023
1 parent 184ee26 commit 53acc47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fluence.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ aquaInputPath: src/aqua/main.aqua
dependencies:
npm:
"@fluencelabs/aqua-lib": 0.7.0
"@fluencelabs/spell": 0.5.11
"@fluencelabs/spell": 0.5.12
"@fluencelabs/aqua": 0.10.3
"@fluencelabs/installation-spell": 0.5.11
"@fluencelabs/aqua-ipfs": 0.5.10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ pub struct SupportedEvent {
topic: String,
}

/// Service configuration.
/// Service configuration
#[marine]
pub struct Env {
/// List of allowed networks.
/// List of allowed networks
nets: Vec<Net>,
/// List of polled events with
events: Vec<SupportedEvent>,
Expand Down

0 comments on commit 53acc47

Please sign in to comment.