Skip to content

Commit

Permalink
Fixed issue with pin-project-lite dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-r-earp committed Dec 12, 2021
1 parent 5eecd8b commit fc4d74c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version = "0.1.1"
anyhow = "1.0.42"
bincode = "1.3.3"
bytemuck = "1.7.2"
hibitset = { version = "0.6.3", default-features = false }
hibitset = { version = "0.6.3", default-features = false }
once_cell = "1.8.0"
parking_lot = "0.11.1"
rspirv = "0.7.0"
Expand Down Expand Up @@ -104,7 +104,7 @@ version = "0.15.3"

[dev-dependencies.tokio]
features = ["full"]
version = "1.8.1"
version = "1.14.0"

[features]
bench = []
Expand Down

0 comments on commit fc4d74c

Please # to comment.