Skip to content

Commit

Permalink
Merge branch 'main' into add-intel-runners-to-build-matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
danbugs committed Nov 7, 2024
2 parents 1753ccc + 0cd4b59 commit f060b76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/hyperlight_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ anyhow = { version = "1.0.72", default-features = false }
log = "0.4.20"
tracing = { version = "0.1.27", optional = true }
strum = {version = "0.25", default-features = false, features = ["derive"]}
strum_macros = {version = "0.25", features =[]}
strum_macros = {version = "0.26", features =[]}

[features]
default = ["tracing"]
Expand Down
2 changes: 1 addition & 1 deletion src/hyperlight_host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ sha256 = "1.4.0"
vmm-sys-util = "0.12.1"
crossbeam = "0.8.0"
crossbeam-channel = "0.5.8"
thiserror = "1.0.30"
thiserror = "2.0.0"
prometheus = "0.13.3"
strum = { version = "0.25", features = ["derive"] }
tempfile = {version = "3.10", optional = true}
Expand Down

0 comments on commit f060b76

Please sign in to comment.