Skip to content

Commit

Permalink
0.1.10 (#255)
Browse files Browse the repository at this point in the history
Co-authored-by: polywrap-build-bot <polywrap-build-bot@users.noreply.github.com>
  • Loading branch information
polywrap-build-bot and polywrap-build-bot authored Nov 23, 2023
1 parent 55916ff commit aa9aeb9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
38 changes: 19 additions & 19 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.1.9"
version = "0.1.10"
license = "MIT"
edition = "2021"
rust-version = "1.70"
Expand Down Expand Up @@ -52,26 +52,26 @@ default-members = [
]

[workspace.dependencies]
polywrap = { version = "0.1.9", path = "packages/polywrap" }
polywrap_client = { version = "0.1.9", path = "packages/client" }
polywrap_wasm = { version = "0.1.9", path = "packages/wasm" }
polywrap_client_builder = { version = "0.1.9", path = "packages/builder" }
polywrap_uri = { version = "0.1.9", path = "packages/uri" }
polywrap_core = { version = "0.1.9", path = "packages/core" }
wrap_manifest_schemas = { version = "0.1.9", path = "packages/manifest" }
polywrap_resolvers = { version = "0.1.9", path = "packages/resolvers" }
polywrap_resolver_extensions = { version = "0.1.9", path = "packages/resolver-extensions" }
polywrap_tests_utils = { version = "0.1.9", path = "packages/tests-utils" }
polywrap_plugin = { version = "0.1.9", path = "packages/plugin" }
polywrap_client_default_config = { version = "0.1.9", path = "packages/default-config" }
polywrap_core_macros = { version = "0.1.9", path = "packages/core/macros" }
polywrap = { version = "0.1.10", path = "packages/polywrap" }
polywrap_client = { version = "0.1.10", path = "packages/client" }
polywrap_wasm = { version = "0.1.10", path = "packages/wasm" }
polywrap_client_builder = { version = "0.1.10", path = "packages/builder" }
polywrap_uri = { version = "0.1.10", path = "packages/uri" }
polywrap_core = { version = "0.1.10", path = "packages/core" }
wrap_manifest_schemas = { version = "0.1.10", path = "packages/manifest" }
polywrap_resolvers = { version = "0.1.10", path = "packages/resolvers" }
polywrap_resolver_extensions = { version = "0.1.10", path = "packages/resolver-extensions" }
polywrap_tests_utils = { version = "0.1.10", path = "packages/tests-utils" }
polywrap_plugin = { version = "0.1.10", path = "packages/plugin" }
polywrap_client_default_config = { version = "0.1.10", path = "packages/default-config" }
polywrap_core_macros = { version = "0.1.10", path = "packages/core/macros" }

polywrap_plugin_implementor = { version = "0.1.9", path = "packages/plugin/implementor" }
polywrap_plugin_implementor = { version = "0.1.10", path = "packages/plugin/implementor" }

polywrap_fs_plugin = { version = "0.1.9", path = "packages/plugins/fs" }
polywrap_http_plugin = { version = "0.1.9", path = "packages/plugins/http" }
polywrap_ethereum_wallet_plugin = { version = "0.1.9", path = "packages/plugins/ethereum-wallet" }
polywrap_logger_plugin = { version = "0.1.9", path = "packages/plugins/logger" }
polywrap_fs_plugin = { version = "0.1.10", path = "packages/plugins/fs" }
polywrap_http_plugin = { version = "0.1.10", path = "packages/plugins/http" }
polywrap_ethereum_wallet_plugin = { version = "0.1.10", path = "packages/plugins/ethereum-wallet" }
polywrap_logger_plugin = { version = "0.1.10", path = "packages/plugins/logger" }

polywrap_msgpack_serde = "0.0.2-beta.7"
tokio = { version = "1.28", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "client-examples"
version = "0.1.9"
version = "0.1.10"
publish = false

[dev-dependencies]
Expand Down

0 comments on commit aa9aeb9

Please sign in to comment.