A better Rust ATProto crate
102
fork

Configure Feed

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

slightly better error on handle resolution exhaustion

should potentially keep track of what methods failed and how to provide more detailed context.

Orual 9d02ba1a 3115ebbf

+3 -3
+1 -1
Cargo.lock
··· 2590 2590 2591 2591 [[package]] 2592 2592 name = "jacquard-lexicon" 2593 - version = "0.10.0" 2593 + version = "0.10.1" 2594 2594 dependencies = [ 2595 2595 "bytes", 2596 2596 "cid",
+1 -1
crates/jacquard-identity/src/lib.rs
··· 913 913 // Invalidate on error 914 914 #[cfg(feature = "cache")] 915 915 self.invalidate_did_chain(did).await; 916 - Err(IdentityError::unsupported_did_method(s)) 916 + Err(IdentityError::handle_resolution_exhausted()) 917 917 } 918 918 } 919 919 }
+1 -1
crates/jacquard-lexicon/Cargo.toml
··· 2 2 name = "jacquard-lexicon" 3 3 description = "Lexicon schema parsing and code generation for Jacquard" 4 4 edition.workspace = true 5 - version = "0.10.0" 5 + version = "0.10.1" 6 6 authors.workspace = true 7 7 repository.workspace = true 8 8 keywords.workspace = true