Skip to content

Commit

Permalink
Update to async-std v1.13 (#812)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb authored Oct 20, 2024
1 parent d2e705b commit 58130ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ smol = { version = "2.0", default-features = false, optional = true }
tokio = { version = "1.0", default-features = false, features = [
"rt",
], optional = true }
async-std = { version = "1.9", optional = true }
async-std = { version = "1.13", optional = true }

[dependencies.plotters]
version = "^0.3.2"
Expand Down

0 comments on commit 58130ff

Please sign in to comment.