@@ -31,7 +31,7 @@ resolver = "2"
3131[workspace .package ]
3232edition = " 2024"
3333homepage = " https://rust.iceberg.apache.org/"
34- version = " 0.7 .0"
34+ version = " 0.8 .0"
3535
3636license = " Apache-2.0"
3737repository = " https://github.com/apache/iceberg-rust"
@@ -78,13 +78,13 @@ futures = "0.3"
7878hive_metastore = " 0.2.0"
7979home = " =0.5.11"
8080http = " 1.2"
81- iceberg = { version = " 0.7 .0" , path = " ./crates/iceberg" }
82- iceberg-catalog-glue = { version = " 0.7 .0" , path = " ./crates/catalog/glue" }
83- iceberg-catalog-hms = { version = " 0.7 .0" , path = " ./crates/catalog/hms" }
84- iceberg-catalog-rest = { version = " 0.7 .0" , path = " ./crates/catalog/rest" }
85- iceberg-catalog-s3tables = { version = " 0.7 .0" , path = " ./crates/catalog/s3tables" }
86- iceberg-catalog-sql = { version = " 0.7 .0" , path = " ./crates/catalog/sql" }
87- iceberg-datafusion = { version = " 0.7 .0" , path = " ./crates/integrations/datafusion" }
81+ iceberg = { version = " 0.8 .0" , path = " ./crates/iceberg" }
82+ iceberg-catalog-glue = { version = " 0.8 .0" , path = " ./crates/catalog/glue" }
83+ iceberg-catalog-hms = { version = " 0.8 .0" , path = " ./crates/catalog/hms" }
84+ iceberg-catalog-rest = { version = " 0.8 .0" , path = " ./crates/catalog/rest" }
85+ iceberg-catalog-s3tables = { version = " 0.8 .0" , path = " ./crates/catalog/s3tables" }
86+ iceberg-catalog-sql = { version = " 0.8 .0" , path = " ./crates/catalog/sql" }
87+ iceberg-datafusion = { version = " 0.8 .0" , path = " ./crates/integrations/datafusion" }
8888indicatif = " 0.18"
8989itertools = " 0.13"
9090libtest-mimic = " 0.8.1"
0 commit comments