server: Use crate version of cacher

This commit is contained in:
Bill Thiede 2025-01-17 15:51:16 -08:00
parent a8ac79d396
commit 17b1125ea3
4 changed files with 15 additions and 8 deletions

View File

@ -2,3 +2,9 @@
[build] [build]
rustflags = [ "--cfg=web_sys_unstable_apis" ] rustflags = [ "--cfg=web_sys_unstable_apis" ]
[registry]
default = "xinu"
global-credential-providers = ["cargo:token"]
[registries.xinu]
index = "sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/"

5
Cargo.lock generated
View File

@ -671,8 +671,9 @@ dependencies = [
[[package]] [[package]]
name = "cacher" name = "cacher"
version = "0.1.0" version = "0.1.3"
source = "git+http://git-private.h.xinu.tv/wathiede/cacher.git#4f59e1f04329fc88935f2d5c503cff8cca9064b1" source = "sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/"
checksum = "3efe80fe16e1636f1bbcee7aeaa7b736980ed8ab0c7ac90fb17008d6ab6e8f77"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"bitcode", "bitcode",

View File

@ -13,7 +13,7 @@ async-graphql = { version = "7", features = ["log"] }
async-graphql-rocket = "7" async-graphql-rocket = "7"
async-trait = "0.1.81" async-trait = "0.1.81"
build-info = "0.0.38" build-info = "0.0.38"
cacher = {git = "http://git-private.h.xinu.tv/wathiede/cacher.git"} cacher = { version = "0.1.0", registry = "xinu" }
chrono = "0.4.39" chrono = "0.4.39"
clap = { version = "4.5.23", features = ["derive"] } clap = { version = "4.5.23", features = ["derive"] }
css-inline = "0.13.0" css-inline = "0.13.0"