A better Rust ATProto crate
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

whoops, forgot to bump the version

Orual 698d82ff f91c371a

+3 -3
+1 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## `jacquard-axum` [0.4.2] - 2025-10-13 3 + ## `jacquard-axum` [0.5.1] - 2025-10-13 4 4 5 5 ### Fixed 6 6
+1 -1
Cargo.lock
··· 1812 1812 1813 1813 [[package]] 1814 1814 name = "jacquard-axum" 1815 - version = "0.5.0" 1815 + version = "0.5.1" 1816 1816 dependencies = [ 1817 1817 "axum", 1818 1818 "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.5.0" 4 + version = "0.5.1" 5 5 authors.workspace = true 6 6 repository.workspace = true 7 7 keywords.workspace = true