Skip to content

Commit f9f60ac

Browse files
author
vincent.leemrijse
committed
Merge remote-tracking branch 'origin/fix/mssql-pre-login-token' into fix/mssql-pre-login-token
# Conflicts: # Cargo.lock # connectorx/Cargo.toml
2 parents 5698700 + 2be78ca commit f9f60ac

File tree

32 files changed

+5504
-2562
lines changed

32 files changed

+5504
-2562
lines changed

.cargo/config

Lines changed: 0 additions & 11 deletions
This file was deleted.

.cargo/config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
config.toml

.cargo/config.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[target.x86_64-apple-darwin]
2+
rustflags = [
3+
"-C", "link-arg=-undefined",
4+
"-C", "link-arg=dynamic_lookup",
5+
]
6+
7+
[target.aarch64-apple-darwin]
8+
rustflags = [
9+
"-C", "link-arg=-undefined",
10+
"-C", "link-arg=dynamic_lookup",
11+
]

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: touch ./docs/_build/html/.nojekyll
4747

4848
- name: Deploy Docs 🚀
49-
uses: JamesIves/github-pages-deploy-action@v4.6.8
49+
uses: JamesIves/github-pages-deploy-action@v4.7.2
5050
with:
5151
branch: gh-pages # The branch the action should deploy to.
5252
folder: ./docs/_build/html # The folder the action should deploy.

0 commit comments

Comments
 (0)