Skip to content

Commit f6681f6

Browse files
committed
Use published hashavatar 1.1.0 crate
1 parent faa01fd commit f6681f6

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ documentation = "https://github.com/valkyoth/hashavatar-api"
1212
[dependencies]
1313
aws-config = { version = "1.8.18", default-features = false, features = ["rt-tokio"] }
1414
aws-sdk-s3 = { version = "1.137.0", default-features = false, features = ["rt-tokio", "sigv4a"] }
15-
hashavatar = { version = "1.1.0", path = "../hashavatar" }
15+
hashavatar = { version = "1.1.0", default-features = false }
1616
image = { version = "0.25.10", default-features = false, features = ["png"] }
1717
axum = { version = "0.8.9", default-features = false, features = ["http1", "tokio", "query", "json"] }
1818
getrandom = { version = "0.4.3", default-features = false }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Intentionally external:
7474
| Area | Status |
7575
| --- | --- |
7676
| Service license | `EUPL-1.2` |
77-
| Renderer crate | local `hashavatar 1.1.0` |
77+
| Renderer crate | crates.io `hashavatar 1.1.0` |
7878
| MSRV | Rust `1.96.0` |
7979
| Runtime container | Wolfi |
8080
| HTTP framework | `axum` |

0 commit comments

Comments
 (0)