Skip to content

Commit 48e7310

Browse files
authored
Merge branch 'hyperlight-dev:main' into danbugs/interrupt-handlers
2 parents 6240501 + 4b3bd98 commit 48e7310

File tree

6 files changed

+201
-72
lines changed

6 files changed

+201
-72
lines changed

.github/workflows/ValidatePullRequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ jobs:
6464
steps:
6565
- uses: actions/checkout@v4
6666
- name: Spell Check Repo
67-
uses: crate-ci/typos@master
67+
uses: crate-ci/typos@v1.29.7

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,7 @@ $RECYCLE.BIN/
448448
## Visual Studio Code
449449
##
450450
.vscode/*
451+
!.vscode/settings.json
451452

452453
/downloads
453454

.vscode/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"rust-analyzer.linkedProjects": [
3+
"Cargo.toml",
4+
// guest crates for testing, not part of the workspace
5+
"src/tests/rust_guests/simpleguest/Cargo.toml",
6+
"src/tests/rust_guests/callbackguest/Cargo.toml"
7+
]
8+
}

0 commit comments

Comments
 (0)