diff options
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | README.md | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -2388,7 +2388,7 @@ dependencies = [ | |||
2388 | 2388 | ||
2389 | [[package]] | 2389 | [[package]] |
2390 | name = "webol" | 2390 | name = "webol" |
2391 | version = "0.4.1" | 2391 | version = "0.4.2" |
2392 | dependencies = [ | 2392 | dependencies = [ |
2393 | "axum", | 2393 | "axum", |
2394 | "axum-macros", | 2394 | "axum-macros", |
@@ -1,6 +1,6 @@ | |||
1 | [package] | 1 | [package] |
2 | name = "webol" | 2 | name = "webol" |
3 | version = "0.4.1" | 3 | version = "0.4.2" |
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 |
@@ -15,7 +15,7 @@ minimal `docker-compose.yaml`: | |||
15 | ```yaml | 15 | ```yaml |
16 | services: | 16 | services: |
17 | webol: | 17 | webol: |
18 | image: ghcr.io/fxqnlr/webol:0.4.1 | 18 | image: ghcr.io/fxqnlr/webol:latest |
19 | container_name: webol | 19 | container_name: webol |
20 | restart: unless-stopped | 20 | restart: unless-stopped |
21 | volumes: | 21 | volumes: |