this repo has no description

version bump for bugfix

Orual 9cb1a46e 762dfc49

+6
CHANGELOG.md
··· 1 # Changelog 2 3 ## [0.9.2] - 2025-11-17 4 5 ### Added
··· 1 # Changelog 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 + 9 ## [0.9.2] - 2025-11-17 10 11 ### Added
+4 -4
Cargo.lock
··· 2262 2263 [[package]] 2264 name = "jacquard" 2265 - version = "0.9.2" 2266 dependencies = [ 2267 "bytes", 2268 "clap", ··· 2389 2390 [[package]] 2391 name = "jacquard-derive" 2392 - version = "0.9.2" 2393 dependencies = [ 2394 "heck 0.5.0", 2395 "inventory", ··· 2432 2433 [[package]] 2434 name = "jacquard-lexgen" 2435 - version = "0.9.2" 2436 dependencies = [ 2437 "clap", 2438 "clap_complete", ··· 2519 2520 [[package]] 2521 name = "jacquard-repo" 2522 - version = "0.9.2" 2523 dependencies = [ 2524 "anyhow", 2525 "bytes",
··· 2262 2263 [[package]] 2264 name = "jacquard" 2265 + version = "0.9.3" 2266 dependencies = [ 2267 "bytes", 2268 "clap", ··· 2389 2390 [[package]] 2391 name = "jacquard-derive" 2392 + version = "0.9.3" 2393 dependencies = [ 2394 "heck 0.5.0", 2395 "inventory", ··· 2432 2433 [[package]] 2434 name = "jacquard-lexgen" 2435 + version = "0.9.3" 2436 dependencies = [ 2437 "clap", 2438 "clap_complete", ··· 2519 2520 [[package]] 2521 name = "jacquard-repo" 2522 + version = "0.9.3" 2523 dependencies = [ 2524 "anyhow", 2525 "bytes",
+1 -1
Cargo.toml
··· 5 6 [workspace.package] 7 edition = "2024" 8 - version = "0.9.2" 9 authors = ["Orual <orual@nonbinary.computer>"] 10 #repository = "https://github.com/rsform/jacquard" 11 repository = "https://tangled.org/@nonbinary.computer/jacquard"
··· 5 6 [workspace.package] 7 edition = "2024" 8 + version = "0.9.3" 9 authors = ["Orual <orual@nonbinary.computer>"] 10 #repository = "https://github.com/rsform/jacquard" 11 repository = "https://tangled.org/@nonbinary.computer/jacquard"