Skip to content

Commit

Permalink
chore(marine-rs-sdk): update marine-rs-sdk (#272)
Browse files Browse the repository at this point in the history
Update manually due to the breaking change. Will need to merge without
passing tests due to this.
  • Loading branch information
kmd-fl authored Feb 14, 2024
1 parent c8faaa2 commit 182cbad
Show file tree
Hide file tree
Showing 9 changed files with 110 additions and 68 deletions.
4 changes: 2 additions & 2 deletions fluence.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ aquaDependencies:
"@fluencelabs/registry": 0.9.4
"@fluencelabs/aqua-ipfs": 0.5.30

marineVersion: 0.14.0
marineVersion: 0.19.0

mreplVersion: 0.21.3
mreplVersion: 0.27.0
152 changes: 92 additions & 60 deletions src/spell/modules/spell/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/spell/modules/spell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ members = [
]

[workspace.dependencies]
marine-sqlite-connector = "0.9.3"
marine-sqlite-connector = "0.10.0"
marine-rs-sdk = "0.12.0"
5 changes: 3 additions & 2 deletions src/spell/modules/spell/spell-dtos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ license = "Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
marine-rs-sdk = "0.10.2"
thiserror = "1.0.37"
marine-rs-sdk = { workspace = true }
marine-sqlite-connector = { workspace = true }

thiserror = "1.0.37"
eyre = "0.6.8"
serde = "1.0.149"
Loading

0 comments on commit 182cbad

Please sign in to comment.