This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a commit to branch
feature/599-provide-and-use-c-service-in-rust
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to
refs/heads/feature/599-provide-and-use-c-service-in-rust by this push:
new 4e91216c Added resolver in workspace to version 2
4e91216c is described below
commit 4e91216c2dff5b9397134ca2a583cf4419870105
Author: PengZheng <[email protected]>
AuthorDate: Sun Sep 17 11:57:37 2023 +0800
Added resolver in workspace to version 2
---
misc/experimental/rust/Cargo.toml | 1 +
1 file changed, 1 insertion(+)
diff --git a/misc/experimental/rust/Cargo.toml
b/misc/experimental/rust/Cargo.toml
index c8942eb6..bd144ccf 100644
--- a/misc/experimental/rust/Cargo.toml
+++ b/misc/experimental/rust/Cargo.toml
@@ -23,3 +23,4 @@ members = [
"rust_shell_api",
"shell_command_bundle",
]
+resolver = "2"
\ No newline at end of file