Fixup
This commit is contained in:
parent
2c4e1b2a67
commit
cdd6c29845
@ -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",
|
||||
|
@ -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"
|
||||
|
@ -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",
|
||||
|
@ -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"
|
||||
|
@ -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",
|
||||
|
@ -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"
|
||||
|
@ -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",
|
||||
|
@ -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"
|
||||
|
@ -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",
|
||||
|
@ -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"
|
||||
|
@ -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",
|
||||
|
@ -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"
|
||||
|
@ -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",
|
||||
|
@ -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" }
|
||||
|
@ -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",
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user