stable blurhash
All checks were successful
/ tests (push) Successful in 1m47s
/ check (armv7-unknown-linux-musleabihf) (push) Successful in 1m54s
/ clippy (push) Successful in 1m28s
/ check (x86_64-unknown-linux-musl) (push) Successful in 1m50s
/ check (aarch64-unknown-linux-musl) (push) Successful in 1m54s

This commit is contained in:
asonix 2024-02-26 17:50:42 -06:00
parent 16890eaa45
commit a6134999aa
2 changed files with 3 additions and 2 deletions

3
Cargo.lock generated
View file

@ -481,7 +481,8 @@ dependencies = [
[[package]]
name = "blurhash-update"
version = "0.1.0"
source = "git+https://git.asonix.dog/asonix/blurhash-update#82f94e7f762ad8594b18ea9b238b5b276ade4afc"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfb5ea45aeb912f2dd334834e64ecf674a6673d57c73e9d12de0298b9bf98ee8"
[[package]]
name = "bumpalo"

View file

@ -22,7 +22,7 @@ actix-web = { version = "4.0.0", default-features = false, features = ["rustls-0
async-trait = "0.1.51"
barrel = { version = "0.7.0", features = ["pg"] }
base64 = "0.21.0"
blurhash-update = { git = "https://git.asonix.dog/asonix/blurhash-update", version = "0.1.0" }
blurhash-update = "0.1.0"
clap = { version = "4.0.2", features = ["derive"] }
color-eyre = "0.6"
config = { version = "0.14.0", default-features = false, features = ["json", "ron", "toml", "yaml"] }