Skip to content

Commit

Permalink
chore: Bump version to 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fluencebot committed Sep 4, 2024
1 parent ba91c44 commit b2a0d86
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "marine-rs-sdk-test"
version = "0.16.1"
version = "0.17.0"
description = "Backend SDK that allows testing modules for the Marine runtime"
documentation = "https://docs.rs/marine-rs-sdk-test"
repository = "https://github.com/fluencelabs/marine-rs-sdk-test"
Expand All @@ -21,8 +21,8 @@ doctest = false
trybuild = "1.0"

[dependencies]
marine-test-macro = { path = "crates/marine-test-macro", version = "=0.16.1" }
marine-build-rs-generator = { path = "crates/marine-build-rs-generator", version = "=0.16.1" }
marine-test-macro = { path = "crates/marine-test-macro", version = "=0.17.0" }
marine-build-rs-generator = { path = "crates/marine-build-rs-generator", version = "=0.17.0" }
fluence-app-service = { version = "0.35.1", features = ["raw-module-api"] }

serde = { version = "1.0.162", features = ["derive"] }
Expand Down
4 changes: 2 additions & 2 deletions crates/marine-build-rs-generator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "marine-build-rs-generator"
version = "0.16.1"
version = "0.17.0"
edition = "2018"
description = "Tools for generating marine_test_env in build scripts"
documentation = "https://docs.rs/marine-build-rs-generator"
Expand All @@ -17,4 +17,4 @@ all-features = true
doctest = false

[dependencies]
marine-test-macro-impl = { path = "../marine-test-macro-impl", version = "=0.16.1" }
marine-test-macro-impl = { path = "../marine-test-macro-impl", version = "=0.17.0" }
2 changes: 1 addition & 1 deletion crates/marine-test-macro-impl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "marine-test-macro-impl"
version = "0.16.1"
version = "0.17.0"
edition = "2018"
description = "Implementation of the `#[marine_test]` macro"
documentation = "https://docs.rs/fluence/marine-test-macro-impl"
Expand Down
4 changes: 2 additions & 2 deletions crates/marine-test-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "marine-test-macro"
version = "0.16.1"
version = "0.17.0"
edition = "2018"
description = "Definition of the `#[marine_test]` macro"
documentation = "https://docs.rs/fluence/marine-test-macro"
Expand All @@ -18,7 +18,7 @@ proc-macro = true
doctest = false

[dependencies]
marine-test-macro-impl = { path = "../marine-test-macro-impl", version = "=0.16.1" }
marine-test-macro-impl = { path = "../marine-test-macro-impl", version = "=0.17.0" }

quote = "1.0.26"
proc-macro2 = "1.0.69"
Expand Down
2 changes: 1 addition & 1 deletion examples/build_rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "build-rs-example"
version = "0.16.1"
version = "0.17.0"
authors = ["Fluence Labs"]
description = "The greeting module for the Fluence network"
repository = "https://github.com/fluencelabs/marine/tree/master/examples/build_rs"
Expand Down
2 changes: 1 addition & 1 deletion examples/multi-service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "multi-service-example"
version = "0.16.1"
version = "0.17.0"
authors = ["Fluence Labs"]
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion examples/multi-service/consumer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "consumer"
version = "0.16.1"
version = "0.17.0"
authors = ["Fluence Labs"]
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion examples/multi-service/producer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "producer"
version = "0.16.1"
version = "0.17.0"
authors = ["Fluence Labs"]
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion examples/single-service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "single-service-example"
version = "0.16.1"
version = "0.17.0"
authors = ["Fluence Labs"]
description = "The greeting module for the Fluence network"
repository = "https://github.com/fluencelabs/marine/tree/master/examples/greeting"
Expand Down

0 comments on commit b2a0d86

Please sign in to comment.