Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
budde25 committed Jul 3, 2022
1 parent a9fbb68 commit dd37842
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/tegra-rcm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ glob = "0.3.0"
nix = "0.24.1"

[target.'cfg(target_os = "windows")'.dependencies]
libusbk = { version = "0.1.0", features = ["vendored"] }
libusbk = { version = "0.1.1", features = ["vendored"] }
winapi = { version = "0.3.9", features = ["ioapiset", "errhandlingapi"] }

[dev-dependencies]
criterion = "0.3"
criterion = "0.3.5"

[[bench]]
name = "my_benchmark"
Expand Down

0 comments on commit dd37842

Please sign in to comment.