Xuanwo commented on code in PR #218:
URL: https://github.com/apache/iceberg-rust/pull/218#discussion_r1498687433
##########
Cargo.toml:
##########
@@ -42,8 +42,8 @@ derive_builder = "0.13.0"
either = "1"
env_logger = "0.11.0"
futures = "0.3"
-iceberg = { path = "./crates/iceberg" }
-iceberg-catalog-rest = { path = "./crates/catalog/rest" }
+iceberg = { version = "0.2.0", path = "./crates/iceberg" }
+iceberg-catalog-rest = { version = "0.2.0", path = "./crates/catalog/rest" }
Review Comment:
```shell
error: failed to load manifest for workspace member
`/home/xuanwo/Code/apache/iceberg-rust/crates/examples`
Caused by:
failed to parse manifest at
`/home/xuanwo/Code/apache/iceberg-rust/crates/examples/Cargo.toml`
Caused by:
error inheriting `iceberg-catalog-rest` from workspace root manifest's
`workspace.dependencies.iceberg-catalog-rest`
Caused by:
`dependency.iceberg-catalog-rest` was not found in `workspace.dependencies`
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]