Skip to content

Commit

Permalink
feat(deps)!: update fluence-app-service minor version (#1497)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeryAntopol committed Mar 7, 2023
1 parent 6baf980 commit 8c82741
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 5 deletions.
36 changes: 32 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ particle-execution = { path = "particle-execution" }

fluence-spell-dtos = "=0.5.2"
fluence-spell-distro = "=0.5.2"
fluence-app-service = "0.23.0"
fluence-app-service = "0.24.0"
avm-server = "0.30.0"
air-interpreter-wasm = "=0.35.4"
libp2p = { version = "0.50.0", features = ["noise", "tcp", "dns", "websocket", "yamux", "mplex", "async-std", "kad", "ping", "identify", "macros"] }
Expand Down
1 change: 1 addition & 0 deletions particle-services/src/app_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ pub fn create_app_service(
}

let modules = AppServiceConfig {
service_working_dir: config.workdir.join(&service_id),
service_base_dir: config.workdir,
marine_config: MarineConfig {
modules_dir: Some(config.modules_dir),
Expand Down

0 comments on commit 8c82741

Please sign in to comment.