Skip to content

Commit

Permalink
vet passes
Browse files Browse the repository at this point in the history
  • Loading branch information
MCJOHN974 committed Nov 21, 2023
1 parent b033c82 commit 29a852d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 20 deletions.
24 changes: 9 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ tokio = { workspace = true, optional = true, features = [ "signal", "macros" ] }
hyper = { workspace = true, optional = true }
http-body-util = { workspace = true, optional = true }


[target.'cfg(unix)'.dependencies]
rustix = { workspace = true, features = ["mm", "param"] }

Expand Down Expand Up @@ -256,6 +255,7 @@ cfg-if = "1.0"
tempfile = "3.1.0"
filecheck = "0.5.0"
libc = "0.2.60"
regex = "1.9.1"
file-per-thread-logger = "0.2.0"
tokio = { version = "1.26.0", features = [ "rt", "time" ] }
hyper = "=1.0.0-rc.3"
Expand Down Expand Up @@ -417,4 +417,4 @@ overflow-checks = false
incremental = false
debug-assertions = false
overflow-checks = false
opt-level = 's'
opt-level = 's'
4 changes: 1 addition & 3 deletions cranelift/filetests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,4 @@ cranelift.workspace = true
env_logger = { workspace = true }
expect-test = { workspace = true }
smallvec = { workspace = true }

[dev-dependencies]
regex = "1.5"
regex = { workspace = true }

0 comments on commit 29a852d

Please sign in to comment.