@@ -125,22 +125,22 @@ SQLx is compatible with the [`async-std`], [`tokio`], and [`actix`] runtimes; an
125
125
# PICK ONE OF THE FOLLOWING:
126
126
127
127
# tokio (no TLS)
128
- sqlx = { version = " 0.7 " , features = [ " runtime-tokio" ] }
128
+ sqlx = { version = " 0.8 " , features = [ " runtime-tokio" ] }
129
129
# tokio + native-tls
130
- sqlx = { version = " 0.7 " , features = [ " runtime-tokio" , " tls-native-tls" ] }
130
+ sqlx = { version = " 0.8 " , features = [ " runtime-tokio" , " tls-native-tls" ] }
131
131
# tokio + rustls with ring
132
- sqlx = { version = " 0.7 " , features = [ " runtime-tokio" , " tls-rustls-ring" ] }
132
+ sqlx = { version = " 0.8 " , features = [ " runtime-tokio" , " tls-rustls-ring" ] }
133
133
# tokio + rustls with aws-lc-rs
134
- sqlx = { version = " 0.7 " , features = [ " runtime-tokio" , " tls-rustls-aws-lc-rs" ] }
134
+ sqlx = { version = " 0.8 " , features = [ " runtime-tokio" , " tls-rustls-aws-lc-rs" ] }
135
135
136
136
# async-std (no TLS)
137
- sqlx = { version = " 0.7 " , features = [ " runtime-async-std" ] }
137
+ sqlx = { version = " 0.8 " , features = [ " runtime-async-std" ] }
138
138
# async-std + native-tls
139
- sqlx = { version = " 0.7 " , features = [ " runtime-async-std" , " tls-native-tls" ] }
139
+ sqlx = { version = " 0.8 " , features = [ " runtime-async-std" , " tls-native-tls" ] }
140
140
# async-std + rustls with ring
141
- sqlx = { version = " 0.7 " , features = [ " runtime-async-std" , " tls-rustls-ring" ] }
141
+ sqlx = { version = " 0.8 " , features = [ " runtime-async-std" , " tls-rustls-ring" ] }
142
142
# async-std + rustls with aws-lc-rs
143
- sqlx = { version = " 0.7 " , features = [ " runtime-async-std" , " tls-rustls-aws-lc-rs" ] }
143
+ sqlx = { version = " 0.8 " , features = [ " runtime-async-std" , " tls-rustls-aws-lc-rs" ] }
144
144
```
145
145
146
146
#### Cargo Feature Flags
0 commit comments