Skip to content

Commit

Permalink
chore(deps): update rust crate marine-rs-sdk-main to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 28, 2023
1 parent 3145078 commit 3f1ab39
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 49 deletions.
92 changes: 46 additions & 46 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/module-info-parser/Cargo.toml
Expand Up @@ -11,7 +11,7 @@ name = "marine_module_info_parser"
path = "src/lib.rs"

[dependencies]
marine-rs-sdk-main = {version = "0.10.0", default-features = false }
marine-rs-sdk-main = {version = "0.10.1", default-features = false }

marine-wasm-backend-traits = { path = "../wasm-backend-traits", version = "0.3.0"}

Expand Down
2 changes: 1 addition & 1 deletion marine/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ path = "src/lib.rs"
marine-core = { path = "../core", version = "0.24.0", default-features = false}
marine-module-interface = { path = "../crates/module-interface", version = "0.7.1" }
marine-utils = { path = "../crates/utils", version = "0.5.0" }
marine-rs-sdk-main = {version = "0.10.0", default-features = false, features = ["logger"] }
marine-rs-sdk-main = {version = "0.10.1", default-features = false, features = ["logger"] }
marine-rs-sdk = {version = "0.10.0", default-features = false, features = ["logger"] }

it-json-serde = { path = "../crates/it-json-serde", version = "0.4.1" }
Expand Down
2 changes: 1 addition & 1 deletion tools/repl/Cargo.toml
Expand Up @@ -13,7 +13,7 @@ path = "src/main.rs"

[dependencies]
fluence-app-service = { path = "../../crates/fluence-app-service", version = "0.29.0", features = ["raw-module-api"] }
marine-rs-sdk-main = { version = "0.10.0", default-features = false, features = ["logger"] }
marine-rs-sdk-main = { version = "0.10.1", default-features = false, features = ["logger"] }
marine-wasm-backend-traits = {path = "../../crates/wasm-backend-traits", version = "0.3.0"}

anyhow = "1.0.75"
Expand Down

0 comments on commit 3f1ab39

Please sign in to comment.