Skip to content

Commit 18307f9

Browse files
Update pollster requirement from 0.2 to 0.3 (#142)
Updates the requirements on [pollster](https://github.com/zesterer/pollster) to permit the latest version. - [Release notes](https://github.com/zesterer/pollster/releases) - [Changelog](https://github.com/zesterer/pollster/blob/master/CHANGELOG.md) - [Commits](https://github.com/zesterer/pollster/commits) --- updated-dependencies: - dependency-name: pollster dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bffb4cf commit 18307f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ winapi = { version = "0.3", features = ["d3d12","d3d11"] }
4040
wio = "0.2"
4141

4242
[dev-dependencies]
43-
pollster = "0.2"
43+
pollster = "0.3"
4444
wgpu = "0.15"
4545
wgpu-subscriber = "0.1.0"
4646
winit = "0.28"

0 commit comments

Comments
 (0)