fix: oiseau dependency
This commit is contained in:
parent
81036e3733
commit
1279536609
2 changed files with 3 additions and 1 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2028,6 +2028,8 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "oiseau"
|
||||
version = "0.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8082a9c49b3d0cf132dcfdeba5b3c8a21c3a21a98623fc1f8571e6fc3956ce38"
|
||||
dependencies = [
|
||||
"bb8-postgres",
|
||||
"redis",
|
||||
|
|
|
@ -25,4 +25,4 @@ base16ct = { version = "0.2.0", features = ["alloc"] }
|
|||
base64 = "0.22.1"
|
||||
emojis = "0.6.4"
|
||||
regex = "1.11.1"
|
||||
oiseau = { version = "0.1.0", path = "../../../oiseau", default-features = false }
|
||||
oiseau = { version = "0.1.0", default-features = false }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue