A better Rust ATProto crate

spindle runner really hates mini-moka tests

Changed files
+3 -3
.tangled
workflows
crates
jacquard-axum
+1 -1
.tangled/workflows/build.yml
··· 21 21 22 22 - name: run tests 23 23 command: | 24 - cargo test -- --skip common::frequency_sketch 24 + cargo test --workspace --exclude mini-moka-wasm
+1 -1
Cargo.lock
··· 2406 2406 2407 2407 [[package]] 2408 2408 name = "jacquard-axum" 2409 - version = "0.9.5" 2409 + version = "0.9.6" 2410 2410 dependencies = [ 2411 2411 "axum", 2412 2412 "axum-macros",
+1 -1
crates/jacquard-axum/Cargo.toml
··· 1 1 [package] 2 2 name = "jacquard-axum" 3 3 edition.workspace = true 4 - version = "0.9.5" 4 + version = "0.9.6" 5 5 authors.workspace = true 6 6 repository.workspace = true 7 7 keywords.workspace = true