~nixgoat/shoelace

ef4e053d6aea53b0412cc1dd98f92beda4b4adb0 — Lux Aliaga 3 months ago 5fa24cb
meta: Fix spools version to v0.6
2 files changed, 4 insertions(+), 3 deletions(-)

M Cargo.lock
M Cargo.toml
M Cargo.lock => Cargo.lock +3 -2
@@ 2558,8 2558,9 @@ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"

[[package]]
name = "spools"
version = "0.6.0-alpha"
source = "git+https://git.sr.ht/~nixgoat/spools#3113e7f58744bc7f01aa3e8ef13ac8bde2da8f7d"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94a905425d699ba003328dc61cbd825ccde57c9bb37a774c1cfecb8369272d47"
dependencies = [
 "fastrand",
 "reqwest",

M Cargo.toml => Cargo.toml +1 -1
@@ 28,7 28,7 @@ rustls = "0.23"
rustls-pemfile = "2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
spools = { git = "https://git.sr.ht/~nixgoat/spools" }
spools = "0.6"
static-files = "0.2.1"
tera = "1"
thiserror = "1.0"