tangled
alpha
login
or
join now
alephcubed.com
/
jacquard
forked from
nonbinary.computer/jacquard
0
fork
atom
A better Rust ATProto crate
0
fork
atom
overview
issues
pulls
pipelines
spindle runner really hates mini-moka tests
Orual
2 months ago
c7760d54
26d46064
+3
-3
3 changed files
expand all
collapse all
unified
split
.tangled
workflows
build.yml
Cargo.lock
crates
jacquard-axum
Cargo.toml
+1
-1
.tangled/workflows/build.yml
···
21
21
22
22
- name: run tests
23
23
command: |
24
24
-
cargo test -- --skip common::frequency_sketch
24
24
+
cargo test --workspace --exclude mini-moka-wasm
+1
-1
Cargo.lock
···
2406
2406
2407
2407
[[package]]
2408
2408
name = "jacquard-axum"
2409
2409
-
version = "0.9.5"
2409
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
4
-
version = "0.9.5"
4
4
+
version = "0.9.6"
5
5
authors.workspace = true
6
6
repository.workspace = true
7
7
keywords.workspace = true