Skip to content

Commit

Permalink
fix: declare ntdll as a dependency
Browse files Browse the repository at this point in the history
We'll probably need to include it as well, but this is the first step
  • Loading branch information
btasker committed Nov 28, 2024
1 parent dbb2d72 commit c4a5d79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/cmd/headless_repl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ rustyline = "9.1.2"
base64 = "0.13.0"
tower-lsp = "0.17.0"
lsp-types = "=0.91.1"
ntdll = "=0.0.3"
serde_json = "1.0"
scoped_threadpool = "0.1.9"
rustyline-derive = "0.6.0"
Expand Down
1 change: 1 addition & 0 deletions libflux/flux-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ libflate = "1.2.0"
log = "0.4.16"
lsp-types = { version = "0.91", optional = true }
maplit = "1.0.2"
ntdll = "=0.0.3"
once_cell = { version = "1.10.0", optional = true }
ordered-float = { version = "3", features = ["serde"] }
pad = { version = "0.1.6", optional = true }
Expand Down
1 change: 1 addition & 0 deletions libflux/flux/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ anyhow = "1"
env_logger = "0.9"
flatbuffers = "22.9.29"
flux-core = { path = "../flux-core", default-features = false }
ntdll = "=0.0.3"
once_cell = "1"
serde = { version = "^1.0.59", optional = true, features = ["derive"] }
serde_json = { version = "1.0", optional = true }
Expand Down

0 comments on commit c4a5d79

Please sign in to comment.