Skip to content

Commit 8388b13

Browse files
authored
Merge pull request #284 from supabase/rs/bump-cli-version
bump version to 0.1.7 and fix a clippy warning
2 parents 1f780a4 + f40ea09 commit 8388b13

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cli/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dbdev"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
edition = "2021"
55
authors = ["supabase"]
66

cli/src/commands/publish.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ pub async fn publish(
8080
Ok(())
8181
}
8282

83-
fn create_publish_package_request(payload: &Payload) -> PublishPackageRequest {
83+
fn create_publish_package_request(payload: &'_ Payload) -> PublishPackageRequest<'_> {
8484
PublishPackageRequest {
8585
package_name: &payload.metadata.extension_name,
8686
package_description: &payload.metadata.comment,

0 commit comments

Comments
 (0)