Skip to content

update to sqlx 8#159

Open
pxp9 wants to merge 6 commits intomasterfrom
ft/update-sqlx-8.1
Open

update to sqlx 8#159
pxp9 wants to merge 6 commits intomasterfrom
ft/update-sqlx-8.1

Conversation

@pxp9
Copy link
Collaborator

@pxp9 pxp9 commented Nov 23, 2024

Update the crate sqlx.

@pxp9
Copy link
Collaborator Author

pxp9 commented Nov 23, 2024

We should wait to this PR to be approved

launchbadge/sqlx#3608

@pxp9 pxp9 requested a review from ayrat555 December 14, 2024 17:57
@pxp9
Copy link
Collaborator Author

pxp9 commented Dec 14, 2024

We should wait for this changes to be released #3608

@ayrat555
Copy link
Owner

@pxp9 looking great. can you please fix clippy?

@pxp9 pxp9 changed the title update to sqlx 8.1 (waiting for sqlx PR) update to sqlx 8 (waiting for sqlx release) Dec 21, 2024
# "sqlite",
# "mysql",
#] }
sqlx = { git = "https://github.com/launchbadge/sqlx.git", branch = "main", features = [
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it won't be possible to release a new version if the crate will reference a github repo

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know , I am officially waiting for the sqlx 8.3 release.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The 8.3 release is out!

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hey thank you @aidant , I will work on this , this afternoon.

# "sqlite",
# "mysql",
#] }
sqlx = { git = "https://github.com/launchbadge/sqlx.git", branch = "main", features = [
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The 8.3 release is out!

Comment on lines +1 to +6
[toolchain]
versioned = "1.83"
channel = "stable-x86_64-unknown-linux-gnu"
components = ["rustfmt", "rustc-dev", "clippy"]
targets = ["x86_64-unknown-linux-gnu"]
profile = "minimal"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You probably don't want to limit the toolchain to x86_64-unknown-linux-gnu since it would prevent target triples like aarch64-apple-darwin

Suggested change
[toolchain]
versioned = "1.83"
channel = "stable-x86_64-unknown-linux-gnu"
components = ["rustfmt", "rustc-dev", "clippy"]
targets = ["x86_64-unknown-linux-gnu"]
profile = "minimal"
[toolchain]
versioned = "1.83"
channel = "stable"
components = ["rustfmt", "rustc-dev", "clippy"]
profile = "minimal"

@pxp9 pxp9 changed the title update to sqlx 8 (waiting for sqlx release) update to sqlx 8 Mar 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants