We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acd213e commit 93b494eCopy full SHA for 93b494e
Cargo.toml
@@ -1,5 +1,6 @@
1
[workspace]
2
3
+resolver = "2"
4
members = [
5
"sqlx_insert",
6
"sqlx_insert_derive",
sqlx_insert/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "sqlx_insert"
version = "0.1.0"
-edition = "2018"
+edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
sqlx_insert_derive/Cargo.toml
name = "sqlx_insert_derive"
0 commit comments