Actualiza SeaORM a la versión 0.9
This commit is contained in:
parent
616d7ee207
commit
8fbb16a7d9
1 changed files with 2 additions and 2 deletions
|
|
@ -53,13 +53,13 @@ maud = { git = "https://github.com/lambda-fairy/maud", rev = "e6787cd6", feature
|
|||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
||||
[dependencies.sea-orm]
|
||||
version = "0.8.0"
|
||||
version = "0.9.0"
|
||||
features = ["debug-print", "macros", "runtime-async-std-native-tls"]
|
||||
default-features = false
|
||||
optional = true
|
||||
|
||||
[dependencies.sea-orm-migration]
|
||||
version = "0.8.3"
|
||||
version = "0.9.0"
|
||||
optional = true
|
||||
|
||||
[features]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue