Skip to content

Commit eba5192

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/add-c-binding' into add-c-binding
2 parents 334efc4 + fb50f97 commit eba5192

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: ./.github/actions/setup-builder
4848

4949
- name: Check License Header
50-
uses: apache/skywalking-eyes/header@v0.6.0
50+
uses: apache/skywalking-eyes/header@v0.7.0
5151

5252
- name: Install taplo-cli
5353
uses: taiki-e/install-action@v2

.github/workflows/ci_typos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@v4
4444
- name: Check typos
45-
uses: crate-ci/typos@v1.29.5
45+
uses: crate-ci/typos@v1.29.7

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ For small or first-time contributions, we recommend the dev container method. Pr
8585

8686
### Using a dev container environment
8787

88-
iceberg-rust provides a pre-configured [dev container](https://containers.dev/) that could be used in [Github Codespaces](https://github.com/features/codespaces), [VSCode](https://code.visualstudio.com/), [JetBrains](https://www.jetbrains.com/remote-development/gateway/), [JuptyerLab](https://jupyterlab.readthedocs.io/en/stable/). Please pick up your favourite runtime environment.
88+
iceberg-rust provides a pre-configured [dev container](https://containers.dev/) that could be used in [Github Codespaces](https://github.com/features/codespaces), [VSCode](https://code.visualstudio.com/), [JetBrains](https://www.jetbrains.com/remote-development/gateway/), [JupyterLab](https://jupyterlab.readthedocs.io/en/stable/). Please pick up your favourite runtime environment.
8989

9090
The fastest way is:
9191

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/catalog/s3tables/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ keywords = ["iceberg", "sql", "catalog"]
3232
anyhow = { workspace = true }
3333
async-trait = { workspace = true }
3434
aws-config = { workspace = true }
35-
aws-sdk-s3tables = "1.9.0"
35+
aws-sdk-s3tables = "1.10.0"
3636
iceberg = { workspace = true }
3737
serde_json = { workspace = true }
3838
typed-builder = { workspace = true }

0 commit comments

Comments
 (0)