Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
disable-unavailable-features.patch | not-needed | 2024-08-31 | ||||
fix-tests-requiring-std.patch | no | |||||
disable-diesel.patch | disable diesel feature due to error Enabling it results in: . error[E0212]: cannot use the associated type of a trait with uninferred generic parameters --> src/features/diesel.rs:27:28 | 27 | fn from_sql(bytes: DB::RawValue<'_>) -> deserialize::Result<Self> { | ^^^^^^^^^^^^^^^^ | help: use a fully qualified path with inferred lifetimes | 27 | fn from_sql<'v>(bytes: <DB as backend::private::HasRawValue<'_>>::RawValue<'v>) -> deserialize::Result<Self> { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ . Testing with latest diesel is good so presumably this could be dropped after its update. |
not-needed | 2024-08-31 | |||
upgrade-rkyv-0.8.patch | [PATCH] deps: upgrade to `rkyv v0.8` (#409) * start, upgrade rkyv to v0.8 * upgrades rkyv to v0.8 * makes necessary changes to the impl * update tests |
Parker Timmerman <parker@parkertimmerman.com> | no | https://github.com/ParkMyCar/compact_str/commit/39c782746b9b6832b7727accc3fa3d88fb136a35 | 2024-12-29 |