mirror of
https://codeberg.org/Toasterson/solstice-ci.git
synced 2026-04-10 13:20:41 +00:00
Remove default-features override for lapin dependency
This commit is contained in:
parent
821cfdf458
commit
f753265a79
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ kdl = "6"
|
||||||
tonic = { version = "0.14", features = ["transport"] }
|
tonic = { version = "0.14", features = ["transport"] }
|
||||||
prost = "0.14"
|
prost = "0.14"
|
||||||
# messaging + serialization
|
# messaging + serialization
|
||||||
lapin = { version = "3", default-features = false, features = ["rustls"] }
|
lapin = "3"
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
uuid = { version = "1", features = ["serde", "v4"] }
|
uuid = { version = "1", features = ["serde", "v4"] }
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue