Skip to content

Commit 2142e40

Browse files
authored
Merge branch 'master' into feat/query-hook
2 parents 0006fe1 + 49c3cee commit 2142e40

File tree

115 files changed

+8530
-3078
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+8530
-3078
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ jobs:
8181
- uses: actions/checkout@v4
8282
- uses: actions-rs/toolchain@v1
8383
with:
84-
toolchain: "1.85.1"
84+
toolchain: "1.86.0"
8585
override: true
8686
- run: cargo build --all-features

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
.envrc
44
.vscode
55
.aider*
6-
/test_env
6+
/tests-integration/test_env

0 commit comments

Comments
 (0)