Skip to content

Commit dcd16d4

Browse files
renovate[bot]ErichDonGubler
authored andcommitted
Update Rust crate pollster to v1
1 parent 83b9fa1 commit dcd16d4

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ pico-args = { version = "0.5", features = [
176176
"combined-flags",
177177
] }
178178
png = "0.18"
179-
pollster = "0.4"
179+
pollster = "1.0"
180180
portable-atomic = "1.10"
181181
portable-atomic-util = "0.2.4"
182182
pp-rs = "0.2.1"

examples/standalone/01_hello_compute/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ publish = false
77
[dependencies]
88
bytemuck = { version = "1.22.0", features = ["extern_crate_alloc"] }
99
env_logger = "0.11"
10-
pollster = "0.4"
10+
pollster = "1.0"
1111
wgpu = "30.0.0"

examples/standalone/02_hello_window/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ publish = false
66

77
[dependencies]
88
env_logger = "0.11"
9-
pollster = "0.4"
9+
pollster = "1.0"
1010
wgpu = "30.0.0"
1111
winit = { version = "0.30.8", features = ["android-native-activity"] }

examples/standalone/03_hdr_surface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ winit = { version = "0.30.8", features = ["android-native-activity"] }
1010

1111
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
1212
env_logger = "0.11"
13-
pollster = "0.4"
13+
pollster = "1.0"
1414

1515
# macOS: observe screen-parameter changes to re-query HDR info (winit has no event for it).
1616
[target.'cfg(target_os = "macos")'.dependencies]

examples/standalone/custom_backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ wgpu = { version = "30.0.0", features = [
1313
"custom",
1414
"wgsl",
1515
], default-features = false }
16-
pollster = { version = "0.4", features = ["macro"] }
16+
pollster = { version = "1.0", features = ["macro"] }

0 commit comments

Comments
 (0)