Skip to content

Commit 2e4e271

Browse files
committed
chore: update to my own version
1 parent 1a96483 commit 2e4e271

2 files changed

Lines changed: 20 additions & 20 deletions

File tree

Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -253,17 +253,17 @@ bstr = ["sqlx-core/bstr"]
253253

254254
[workspace.dependencies]
255255
# Core Crates
256-
sqlx-core = { version = "=0.9.0-alpha.1", path = "sqlx-core" }
257-
sqlx-macros-core = { version = "=0.9.0-alpha.1", path = "sqlx-macros-core" }
258-
sqlx-macros = { version = "=0.9.0-alpha.1", path = "sqlx-macros" }
256+
sqlx-core = { version = "=0.9.0-alpha.1.zenas", path = "sqlx-core" }
257+
sqlx-macros-core = { version = "=0.9.0-alpha.1.zenas", path = "sqlx-macros-core" }
258+
sqlx-macros = { version = "=0.9.0-alpha.1.zenas", path = "sqlx-macros" }
259259

260260
# Driver crates
261-
sqlx-mysql = { version = "=0.9.0-alpha.1", path = "sqlx-mysql" }
262-
sqlx-postgres = { version = "=0.9.0-alpha.1", path = "sqlx-postgres" }
263-
sqlx-sqlite = { version = "=0.9.0-alpha.1", path = "sqlx-sqlite" }
261+
sqlx-mysql = { version = "=0.9.0-alpha.1.zenas", path = "sqlx-mysql" }
262+
sqlx-postgres = { version = "=0.9.0-alpha.1.zenas", path = "sqlx-postgres" }
263+
sqlx-sqlite = { version = "=0.9.0-alpha.1.zenas", path = "sqlx-sqlite" }
264264

265265
# Facade crate (for reference from sqlx-cli)
266-
sqlx = { version = "=0.9.0-alpha.1", path = ".", default-features = false }
266+
sqlx = { version = "=0.9.0-alpha.1.zenas", path = ".", default-features = false }
267267

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

0 commit comments

Comments
 (0)