Skip to content

Commit 502f170

Browse files
authored
chore: bump wrappers version to 0.5.3 (#479)
* chore: bump wrappers version to 0.5.3 * ci: use large runner group
1 parent 7644dcf commit 502f170

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/test_wrappers.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
# =============================================================
1515
test_native:
1616
name: Run native wrappers tests
17-
runs-on: ubuntu-24.04
17+
runs-on:
18+
group: Default Larger Runners
1819

1920
steps:
2021
- name: Checkout code
@@ -62,7 +63,8 @@ jobs:
6263
# =============================================================
6364
test_wasm:
6465
name: Run Wasm wrappers tests
65-
runs-on: ubuntu-24.04
66+
runs-on:
67+
group: Default Larger Runners
6668

6769
steps:
6870
- name: Checkout code

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wrappers/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wrappers"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
publish = false
55
homepage = "https://github.com/supabase/wrappers/tree/main/wrappers"
66
repository = "https://github.com/supabase/wrappers/tree/main/wrappers"
@@ -193,6 +193,7 @@ native_fdws = [
193193
"redis_fdw",
194194
"cognito_fdw",
195195
"iceberg_fdw",
196+
"duckdb_fdw",
196197
]
197198
all_fdws = [
198199
"native_fdws",

0 commit comments

Comments
 (0)