A better Rust ATProto crate

version bump for bugfix

Orual 9cb1a46e 762dfc49

+6
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## [0.9.3] - 2025-11-17 (`jacquard`) 4 + 5 + ### Fixed 6 + 7 + - SessionKey is now a proper tuple struct and not a type alias, which should help rustc not freak out when you do things like put MemoryCredentialSession in an Arc 8 + 3 9 ## [0.9.2] - 2025-11-17 4 10 5 11 ### Added
+4 -4
Cargo.lock
··· 2262 2262 2263 2263 [[package]] 2264 2264 name = "jacquard" 2265 - version = "0.9.2" 2265 + version = "0.9.3" 2266 2266 dependencies = [ 2267 2267 "bytes", 2268 2268 "clap", ··· 2389 2389 2390 2390 [[package]] 2391 2391 name = "jacquard-derive" 2392 - version = "0.9.2" 2392 + version = "0.9.3" 2393 2393 dependencies = [ 2394 2394 "heck 0.5.0", 2395 2395 "inventory", ··· 2432 2432 2433 2433 [[package]] 2434 2434 name = "jacquard-lexgen" 2435 - version = "0.9.2" 2435 + version = "0.9.3" 2436 2436 dependencies = [ 2437 2437 "clap", 2438 2438 "clap_complete", ··· 2519 2519 2520 2520 [[package]] 2521 2521 name = "jacquard-repo" 2522 - version = "0.9.2" 2522 + version = "0.9.3" 2523 2523 dependencies = [ 2524 2524 "anyhow", 2525 2525 "bytes",
+1 -1
Cargo.toml
··· 5 5 6 6 [workspace.package] 7 7 edition = "2024" 8 - version = "0.9.2" 8 + version = "0.9.3" 9 9 authors = ["Orual <orual@nonbinary.computer>"] 10 10 #repository = "https://github.com/rsform/jacquard" 11 11 repository = "https://tangled.org/@nonbinary.computer/jacquard"