|
1 | 1 | [package] |
2 | 2 | name = "sqlx-macros-oldapi" |
3 | | -version = "0.6.49-beta.3" |
| 3 | +version = "0.6.49-beta.4" |
4 | 4 | repository = "https://github.com/lovasoa/sqlx" |
5 | 5 | description = "Macros for SQLx, the rust SQL toolkit. Not intended to be used directly." |
6 | 6 | license = "MIT OR Apache-2.0" |
@@ -75,8 +75,8 @@ heck = { version = "0.5" } |
75 | 75 | either = "1.6.1" |
76 | 76 | once_cell = "1.9.0" |
77 | 77 | proc-macro2 = { version = "1.0.36", default-features = false } |
78 | | -sqlx-core = { package = "sqlx-core-oldapi", version = "0.6.49-beta.3", default-features = false, features = ["any", "aws_lc_rs", "tls12"], path = "../sqlx-core" } |
79 | | -sqlx-rt = { version = "0.6.49-beta.3", default-features = false, path = "../sqlx-rt", package = "sqlx-rt-oldapi", features = ["aws_lc_rs"] } |
| 78 | +sqlx-core = { package = "sqlx-core-oldapi", version = "0.6.49-beta.4", default-features = false, features = ["any", "aws_lc_rs", "tls12"], path = "../sqlx-core" } |
| 79 | +sqlx-rt = { version = "0.6.49-beta.4", default-features = false, path = "../sqlx-rt", package = "sqlx-rt-oldapi", features = ["aws_lc_rs"] } |
80 | 80 | serde = { version = "1.0.132", features = ["derive"], optional = true } |
81 | 81 | serde_json = { version = "1.0.73", optional = true } |
82 | 82 | sha2 = { version = "0.10.0", optional = true } |
|
0 commit comments