Skip to content

Commit

Permalink
chore: bump version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abonander authored and jrasanen committed Oct 14, 2024
1 parent 06ebb4a commit a405ba6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ members = [
]

[workspace.package]
version = "0.8.0-alpha.0"
version = "0.8.0"
license = "MIT OR Apache-2.0"
edition = "2021"
repository = "https://github.com/launchbadge/sqlx"
Expand Down Expand Up @@ -116,17 +116,17 @@ regexp = ["sqlx-sqlite?/regexp"]

[workspace.dependencies]
# Core Crates
sqlx-core = { version = "=0.8.0-alpha.0", path = "sqlx-core" }
sqlx-macros-core = { version = "=0.8.0-alpha.0", path = "sqlx-macros-core" }
sqlx-macros = { version = "=0.8.0-alpha.0", path = "sqlx-macros" }
sqlx-core = { version = "=0.8.0", path = "sqlx-core" }
sqlx-macros-core = { version = "=0.8.0", path = "sqlx-macros-core" }
sqlx-macros = { version = "=0.8.0", path = "sqlx-macros" }

# Driver crates
sqlx-mysql = { version = "=0.8.0-alpha.0", path = "sqlx-mysql" }
sqlx-postgres = { version = "=0.8.0-alpha.0", path = "sqlx-postgres" }
sqlx-sqlite = { version = "=0.8.0-alpha.0", path = "sqlx-sqlite" }
sqlx-mysql = { version = "=0.8.0", path = "sqlx-mysql" }
sqlx-postgres = { version = "=0.8.0", path = "sqlx-postgres" }
sqlx-sqlite = { version = "=0.8.0", path = "sqlx-sqlite" }

# Facade crate (for reference from sqlx-cli)
sqlx = { version = "=0.8.0-alpha.0", path = ".", default-features = false }
sqlx = { version = "=0.8.0", path = ".", default-features = false }

# Common type integrations shared by multiple driver crates.
# These are optional unless enabled in a workspace crate.
Expand Down

0 comments on commit a405ba6

Please sign in to comment.