moving bae2 into sea-orm local system (#1739)
* imported bae2 into sea-orm local system * doc update * fix doc * Remove sea-bae from the workspace * Use sea-bae --------- Co-authored-by: Billy Chan <ccw.billy.123@gmail.com>
This commit is contained in:
parent
be83092be9
commit
19e761e73d
@ -18,7 +18,7 @@ path = "src/lib.rs"
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
bae = { version = "1", package = "bae2", default-features = false, optional = true }
|
||||
bae = { version = "0.2", package = "sea-bae", default-features = false, optional = true }
|
||||
syn = { version = "2", default-features = false, features = ["parsing", "proc-macro", "derive", "printing"] }
|
||||
quote = { version = "1", default-features = false }
|
||||
heck = { version = "0.4", default-features = false }
|
||||
|
Loading…
x
Reference in New Issue
Block a user