Skip to content

Commit 5c0cb11

Browse files
committed
Fix poll-promise version
1 parent c46bf9c commit 5c0cb11

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ pass_plugin = []
2020
[dependencies]
2121
egui = "0.22.0"
2222
egui_extras = { version = "0.22.0", features = ["svg"] }
23-
poll-promise = "0.2.0"
23+
poll-promise = { git = "https://github.com/EmbarkStudios/poll-promise.git" }
2424
egui_glow = { version = "0.22.0", features = ["clipboard", "winit"] }
2525
glutin = { version = "0.30.3", features = ["x11"] }
2626
glutin-winit = { version = "0.3.0", features = ["x11"] }
2727
winit = { version = "0.28.3", features = ["x11"] }
2828
serde = "1.0.163"
29-
bincode="1.0.163"
29+
bincode = "1.0.163"
3030

3131
# configuration
3232
toml = "0.7.2"

0 commit comments

Comments
 (0)