Update examples dependencies
This commit is contained in:
parent
952b6ebc80
commit
0d473444ba
@ -13,7 +13,7 @@ serde = { version = "1", features = ["derive"] }
|
|||||||
|
|
||||||
[dependencies.sea-orm]
|
[dependencies.sea-orm]
|
||||||
# path = "../../../" # remove this line in your own project
|
# path = "../../../" # remove this line in your own project
|
||||||
version = "^0.6.0"
|
version = "^0.7.0"
|
||||||
features = [
|
features = [
|
||||||
"macros",
|
"macros",
|
||||||
"debug-print",
|
"debug-print",
|
||||||
|
@ -9,5 +9,5 @@ name = "migration"
|
|||||||
path = "src/lib.rs"
|
path = "src/lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
sea-schema = { version = "^0.5.0", default-features = false, features = [ "migration", "debug-print" ] }
|
sea-schema = { version = "^0.7.0", default-features = false, features = [ "migration", "debug-print" ] }
|
||||||
entity = { path = "../entity" }
|
entity = { path = "../entity" }
|
||||||
|
@ -13,7 +13,7 @@ serde = { version = "1", features = ["derive"] }
|
|||||||
|
|
||||||
[dependencies.sea-orm]
|
[dependencies.sea-orm]
|
||||||
# path = "../../../" # remove this line in your own project
|
# path = "../../../" # remove this line in your own project
|
||||||
version = "^0.6.0"
|
version = "^0.7.0"
|
||||||
features = [
|
features = [
|
||||||
"macros",
|
"macros",
|
||||||
"debug-print",
|
"debug-print",
|
||||||
|
@ -9,5 +9,5 @@ name = "migration"
|
|||||||
path = "src/lib.rs"
|
path = "src/lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
sea-schema = { version = "^0.5.0", default-features = false, features = [ "migration", "debug-print" ] }
|
sea-schema = { version = "^0.7.0", default-features = false, features = [ "migration", "debug-print" ] }
|
||||||
entity = { path = "../entity" }
|
entity = { path = "../entity" }
|
||||||
|
@ -15,7 +15,7 @@ serde = { version = "1", features = ["derive"] }
|
|||||||
version = "3.0.12"
|
version = "3.0.12"
|
||||||
|
|
||||||
[dependencies.sea-orm]
|
[dependencies.sea-orm]
|
||||||
version = "^0.6.0"
|
version = "^0.7.0"
|
||||||
features = [
|
features = [
|
||||||
"macros",
|
"macros",
|
||||||
"runtime-tokio-native-tls",
|
"runtime-tokio-native-tls",
|
||||||
|
@ -9,6 +9,6 @@ name = "migration"
|
|||||||
path = "src/lib.rs"
|
path = "src/lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
sea-schema = { version = "0.5.0", default-features = false, features = [ "migration", "debug-print" ] }
|
sea-schema = { version = "^0.7.0", default-features = false, features = [ "migration", "debug-print" ] }
|
||||||
dotenv = "0.15.0"
|
dotenv = "0.15.0"
|
||||||
entity = { path = "../entity" }
|
entity = { path = "../entity" }
|
@ -13,7 +13,7 @@ serde = { version = "1", features = ["derive"] }
|
|||||||
|
|
||||||
[dependencies.sea-orm]
|
[dependencies.sea-orm]
|
||||||
# path = "../../../" # remove this line in your own project
|
# path = "../../../" # remove this line in your own project
|
||||||
version = "^0.6.0"
|
version = "^0.7.0"
|
||||||
features = [
|
features = [
|
||||||
"macros",
|
"macros",
|
||||||
"debug-print",
|
"debug-print",
|
||||||
|
@ -9,5 +9,5 @@ name = "migration"
|
|||||||
path = "src/lib.rs"
|
path = "src/lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
sea-schema = { version = "^0.5.0", default-features = false, features = [ "migration", "debug-print" ] }
|
sea-schema = { version = "^0.7.0", default-features = false, features = [ "migration", "debug-print" ] }
|
||||||
entity = { path = "../entity" }
|
entity = { path = "../entity" }
|
||||||
|
@ -13,7 +13,7 @@ serde = { version = "1", features = ["derive"] }
|
|||||||
|
|
||||||
[dependencies.sea-orm]
|
[dependencies.sea-orm]
|
||||||
# path = "../../../" # remove this line in your own project
|
# path = "../../../" # remove this line in your own project
|
||||||
version = "^0.6.0"
|
version = "^0.7.0"
|
||||||
features = [
|
features = [
|
||||||
"macros",
|
"macros",
|
||||||
"debug-print",
|
"debug-print",
|
||||||
|
@ -9,5 +9,5 @@ name = "migration"
|
|||||||
path = "src/lib.rs"
|
path = "src/lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
sea-schema = { version = "^0.5.0", default-features = false, features = [ "migration", "debug-print" ] }
|
sea-schema = { version = "^0.7.0", default-features = false, features = [ "migration", "debug-print" ] }
|
||||||
entity = { path = "../entity" }
|
entity = { path = "../entity" }
|
||||||
|
@ -13,7 +13,7 @@ serde = { version = "1", features = ["derive"] }
|
|||||||
|
|
||||||
[dependencies.sea-orm]
|
[dependencies.sea-orm]
|
||||||
# path = "../../../" # remove this line in your own project
|
# path = "../../../" # remove this line in your own project
|
||||||
version = "^0.6.0"
|
version = "^0.7.0"
|
||||||
features = [
|
features = [
|
||||||
"macros",
|
"macros",
|
||||||
"debug-print",
|
"debug-print",
|
||||||
|
@ -9,5 +9,5 @@ name = "migration"
|
|||||||
path = "src/lib.rs"
|
path = "src/lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
sea-schema = { version = "^0.5.0", default-features = false, features = [ "migration", "debug-print" ] }
|
sea-schema = { version = "^0.7.0", default-features = false, features = [ "migration", "debug-print" ] }
|
||||||
entity = { path = "../entity" }
|
entity = { path = "../entity" }
|
||||||
|
@ -15,7 +15,7 @@ rocket = { version = "0.5.0-rc.1", features = [
|
|||||||
|
|
||||||
[dependencies.sea-orm]
|
[dependencies.sea-orm]
|
||||||
# path = "../../../" # remove this line in your own project
|
# path = "../../../" # remove this line in your own project
|
||||||
version = "^0.6.0"
|
version = "^0.7.0"
|
||||||
features = [
|
features = [
|
||||||
"macros",
|
"macros",
|
||||||
"runtime-tokio-native-tls",
|
"runtime-tokio-native-tls",
|
||||||
|
@ -9,6 +9,6 @@ name = "migration"
|
|||||||
path = "src/lib.rs"
|
path = "src/lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
sea-schema = { version = "^0.5.0", default-features = false, features = [ "migration", "debug-print" ] }
|
sea-schema = { version = "^0.7.0", default-features = false, features = [ "migration", "debug-print" ] }
|
||||||
entity = { path = "../entity" }
|
entity = { path = "../entity" }
|
||||||
rocket = { version = "0.5.0-rc.1" }
|
rocket = { version = "0.5.0-rc.1" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user