Skip to content

Commit d9b3f91

Browse files
authored
Merge branch 'main' into dependabot/github_actions/crate-ci/typos-1.30.0
2 parents c8e7355 + ca4d775 commit d9b3f91

File tree

5 files changed

+31
-23
lines changed

5 files changed

+31
-23
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ RUN apt-get update \
1414
build-essential \
1515
cmake \
1616
curl \
17+
gdb \
1718
git \
1819
gnupg \
1920
gnuplot \

.devcontainer/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"customizations": {
2424
"vscode": {
2525
"extensions": [
26+
"ms-vscode.cpptools-extension-pack",
2627
"ms-vscode.cmake-tools",
2728
"rust-lang.rust-analyzer",
2829
"vadimcn.vscode-lldb"

.github/workflows/dep_rust.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,15 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@v4
5050

51+
# For rust-fmt
52+
- name: Set up nightly rust
53+
uses: dtolnay/rust-toolchain@nightly
54+
with:
55+
components: rustfmt
56+
5157
- uses: hyperlight-dev/[email protected]
5258
with:
53-
rust-toolchain: "nightly"
59+
rust-toolchain: "1.81.0"
5460
env:
5561
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5662

Cargo.lock

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

src/hyperlight_host/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ paste = "1.0"
2929
flatbuffers = "25.2.10"
3030
page_size = "0.6.0"
3131
termcolor = "1.2.0"
32-
bitflags = "2.8.0"
32+
bitflags = "2.9.0"
3333
lazy_static = "1.4.0"
3434
serde = { version = "1.0", features = ["derive"] }
3535
serde_json = "1.0"
@@ -67,7 +67,7 @@ windows = { version = "0.59", features = [
6767
windows-sys = { version = "0.59", features = ["Win32"] }
6868
windows-result = "0.3"
6969
rust-embed = { version = "8.3.0", features = ["debug-embed", "include-exclude", "interpolate-folder-path"] }
70-
sha256 = "1.4.0"
70+
sha256 = "1.6.0"
7171
windows-version = "0.1"
7272

7373
[target.'cfg(unix)'.dependencies]

0 commit comments

Comments
 (0)