We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 943e44b commit ca0fb8aCopy full SHA for ca0fb8a
src/controllers/krate/versions.rs
@@ -173,12 +173,12 @@ async fn list_by_date(
173
174
/// Seek-based pagination of versions by semver
175
///
176
+/// Unfortunately, Heroku Postgres has no support for the semver PG extension.
177
+/// Therefore, we need to perform both sorting and pagination manually on the server.
178
+///
179
/// # Panics
180
181
/// This function will panic if `option` is built with `enable_pages` set to true.
-
-// Unfortunately, Heroku Postgres has no support for the semver PG extension.
-// Therefore, we need to perform both sorting and pagination manually on the server.
182
async fn list_by_semver(
183
crate_id: i32,
184
options: Option<&PaginationOptions>,
0 commit comments