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