This commit is contained in:
Billy Chan 2022-05-10 12:06:49 +08:00
parent 2c4e1b2a67
commit cdd6c29845
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7
17 changed files with 17 additions and 18 deletions

View File

@ -13,7 +13,7 @@ serde = { version = "1", features = ["derive"] }
[dependencies.sea-orm]
path = "../../../" # remove this line in your own project
version = "^0.7.0"
version = "^0.8.0"
features = [
"macros",
"debug-print",

View File

@ -13,4 +13,4 @@ entity = { path = "../entity" }
[dependencies.sea-orm-migration]
path = "../../../sea-orm-migration" # remove this line in your own project
version = "^0.7.0"
version = "^0.8.0"

View File

@ -13,7 +13,7 @@ serde = { version = "1", features = ["derive"] }
[dependencies.sea-orm]
path = "../../../" # remove this line in your own project
version = "^0.7.0"
version = "^0.8.0"
features = [
"macros",
"debug-print",

View File

@ -13,4 +13,4 @@ entity = { path = "../entity" }
[dependencies.sea-orm-migration]
path = "../../../sea-orm-migration" # remove this line in your own project
version = "^0.7.0"
version = "^0.8.0"

View File

@ -13,7 +13,7 @@ serde = { version = "1", features = ["derive"] }
[dependencies.sea-orm]
path = "../../../" # remove this line in your own project
version = "^0.7.0"
version = "^0.8.0"
features = [
"macros",
"debug-print",

View File

@ -13,4 +13,4 @@ entity = { path = "../entity" }
[dependencies.sea-orm-migration]
path = "../../../sea-orm-migration" # remove this line in your own project
version = "^0.7.0"
version = "^0.8.0"

View File

@ -16,7 +16,7 @@ version = "^3.0.38"
[dependencies.sea-orm]
path = "../../../" # remove this line in your own project
version = "^0.7.0"
version = "^0.8.0"
features = [
"macros",
"runtime-tokio-native-tls",

View File

@ -14,4 +14,4 @@ entity = { path = "../entity" }
[dependencies.sea-orm-migration]
path = "../../../sea-orm-migration" # remove this line in your own project
version = "^0.7.0"
version = "^0.8.0"

View File

@ -13,7 +13,7 @@ serde = { version = "1", features = ["derive"] }
[dependencies.sea-orm]
path = "../../../" # remove this line in your own project
version = "^0.7.0"
version = "^0.8.0"
features = [
"macros",
"debug-print",

View File

@ -13,4 +13,4 @@ entity = { path = "../entity" }
[dependencies.sea-orm-migration]
path = "../../../sea-orm-migration" # remove this line in your own project
version = "^0.7.0"
version = "^0.8.0"

View File

@ -13,7 +13,7 @@ serde = { version = "1", features = ["derive"] }
[dependencies.sea-orm]
path = "../../../" # remove this line in your own project
version = "^0.7.0"
version = "^0.8.0"
features = [
"macros",
"debug-print",

View File

@ -13,4 +13,4 @@ entity = { path = "../entity" }
[dependencies.sea-orm-migration]
path = "../../../sea-orm-migration" # remove this line in your own project
version = "^0.7.0"
version = "^0.8.0"

View File

@ -15,7 +15,7 @@ rocket = { version = "0.5.0-rc.1", features = [
[dependencies.sea-orm]
path = "../../../" # remove this line in your own project
version = "^0.7.0"
version = "^0.8.0"
features = [
"macros",
"runtime-tokio-native-tls",

View File

@ -13,5 +13,5 @@ entity = { path = "../entity" }
[dependencies.sea-orm-migration]
path = "../../../sea-orm-migration" # remove this line in your own project
version = "^0.7.0"
version = "^0.8.0"
rocket = { version = "0.5.0-rc.1" }

View File

@ -13,7 +13,7 @@ serde = { version = "1", features = ["derive"] }
[dependencies.sea-orm]
path = "../../../" # remove this line in your own project
version = "^0.7.0"
version = "^0.8.0"
features = [
"macros",
"debug-print",

View File

@ -13,4 +13,4 @@ entity = { path = "../entity" }
[dependencies.sea-orm-migration]
path = "../../../sea-orm-migration" # remove this line in your own project
version = "^0.7.0"
version = "^0.8.0"

View File

@ -12,5 +12,4 @@ path = "src/lib.rs"
entity = { path = "../entity" }
[dependencies.sea-orm-migration]
path = "../../../sea-orm-migration" # remove this line in your own project
version = "^0.7.0"
version = "^0.8.0"