We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9356081 commit 5f5310fCopy full SHA for 5f5310f
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "bevy_http_client"
3
description = "A simple HTTP client for Bevy"
4
-version = "0.8.3"
+version = "0.9.0-rc.1"
5
edition = "2021"
6
readme = "README.md"
7
homepage = "https://crates.io/crates/bevy_http_client"
README.md
@@ -61,6 +61,7 @@ fn handle_error(mut ev_error: MessageReader<TypedResponseError<IpInfo>>) {
61
62
| bevy | bevy_http_client |
63
|------|------------------|
64
+| 0.17 | 0.9.0 |
65
| 0.16 | 0.8.3 |
66
| 0.15 | 0.7 |
67
| 0.14 | 0.6 |
0 commit comments