diff options
author | fxqnlr <[email protected]> | 2024-07-02 15:13:18 +0200 |
---|---|---|
committer | fxqnlr <[email protected]> | 2024-07-02 15:13:18 +0200 |
commit | fc7227f887100f0a1b65279643aa1415b303e00f (patch) | |
tree | 05f3601e326f41f16ed950ed9692e0869fcdbacb | |
parent | e4a1dac094556f0a4000b429897402facc09e03f (diff) | |
download | webol-fc7227f887100f0a1b65279643aa1415b303e00f.tar webol-fc7227f887100f0a1b65279643aa1415b303e00f.tar.gz webol-fc7227f887100f0a1b65279643aa1415b303e00f.zip |
version bump 0.4.3
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -2309,7 +2309,7 @@ dependencies = [ | |||
2309 | 2309 | ||
2310 | [[package]] | 2310 | [[package]] |
2311 | name = "webol" | 2311 | name = "webol" |
2312 | version = "0.4.2" | 2312 | version = "0.4.3" |
2313 | dependencies = [ | 2313 | dependencies = [ |
2314 | "axum", | 2314 | "axum", |
2315 | "axum-macros", | 2315 | "axum-macros", |
@@ -1,6 +1,6 @@ | |||
1 | [package] | 1 | [package] |
2 | name = "webol" | 2 | name = "webol" |
3 | version = "0.4.2" | 3 | version = "0.4.3" |
4 | edition = "2021" | 4 | edition = "2021" |
5 | 5 | ||
6 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | 6 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |