A better Rust ATProto crate
99
fork

Configure Feed

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

missed a version bump, also new binaries

+9 -9
+6 -6
binaries/SHA256SUMS
··· 1 - b5e58b52a489f70da7f00ebb8e86ef372ea041705751af5a7fc4dae9b5d20f35 jacquard-codegen_aarch64-unknown-linux-gnu.tar.xz 2 - 0fad70452eee32c35f8c34201d39f5663aebb5848b063d8e4e71bd2fc5640570 jacquard-codegen_x86_64-unknown-linux-gnu.tar.xz 3 - d0137506fc1d0eee683394463942fa6beabf06d1fdbcc86ec5cd01a993f33459 lex-fetch_aarch64-unknown-linux-gnu.tar.xz 4 - 5f143c79f0456f51c23176e16fb41e015b216b8a01813eace0d541e11e17dd4c lex-fetch_x86_64-unknown-linux-gnu.tar.xz 5 - 9fe0f17a0a374f83a7c53dad1c0ecf0e34b5c5fe9965bcace26cbc87ad3dbb0c jacquard-codegen_x86_64-pc-windows-gnu.zip 6 - c941fd628e84f075579ae8808b5af54eba74f1a0f7186a42ab45796be043f041 lex-fetch_x86_64-pc-windows-gnu.zip 1 + e09ef740f895c9525c921c349931bb2a94fb5f9490a7b863590449099c9cc3b6 jacquard-codegen_aarch64-unknown-linux-gnu.tar.xz 2 + 998b29e509d69f3ba3207a1e725f934c510e382b2427c6b685e6f1347b05c814 jacquard-codegen_x86_64-unknown-linux-gnu.tar.xz 3 + 034c9817ff4a7bf7653ca0fefd7929a1f8d08fca115af0db0a167bf94dd77b1b lex-fetch_aarch64-unknown-linux-gnu.tar.xz 4 + 883b3ff7fbf509b379bdf06c6c7bbf44bdeba1d4fbb1b25f7a5b10a7e9c7fa72 lex-fetch_x86_64-unknown-linux-gnu.tar.xz 5 + b38ee4b1904cae9be22443a2661dd5ed49420aaaf27137bb95776799846a4c8d jacquard-codegen_x86_64-pc-windows-gnu.zip 6 + 2371135f2491d6bdc10492040cf7b2b6f888cfd106be4b799e3e83e3877d2bcc lex-fetch_x86_64-pc-windows-gnu.zip
binaries/jacquard-codegen_aarch64-unknown-linux-gnu.tar.xz

This is a binary file and will not be displayed.

binaries/jacquard-codegen_x86_64-pc-windows-gnu.zip

This is a binary file and will not be displayed.

binaries/jacquard-codegen_x86_64-unknown-linux-gnu.tar.xz

This is a binary file and will not be displayed.

binaries/lex-fetch_aarch64-unknown-linux-gnu.tar.xz

This is a binary file and will not be displayed.

binaries/lex-fetch_x86_64-pc-windows-gnu.zip

This is a binary file and will not be displayed.

binaries/lex-fetch_x86_64-unknown-linux-gnu.tar.xz

This is a binary file and will not be displayed.

+3 -3
crates/jacquard-repo/Cargo.toml
··· 16 16 17 17 [dependencies] 18 18 # Internal 19 - jacquard-common = { path = "../jacquard-common", version = "0.12.0-beta.1", features = ["crypto-ed25519", "crypto-k256", "crypto-p256"] } 20 - jacquard-derive = { path = "../jacquard-derive", version = "0.12.0-beta.1" } 21 - jacquard-api = { path = "../jacquard-api", version = "0.12.0-beta.1", features = ["streaming"] } 19 + jacquard-common = { path = "../jacquard-common", version = "0.12.0-beta.2", features = ["crypto-ed25519", "crypto-k256", "crypto-p256"] } 20 + jacquard-derive = { path = "../jacquard-derive", version = "0.12.0-beta.2" } 21 + jacquard-api = { path = "../jacquard-api", version = "0.12.0-beta.2", features = ["streaming"] } 22 22 23 23 # Serialization 24 24 serde.workspace = true