fix: don't default enable global instance

This commit is contained in:
əlemi 2023-08-20 18:45:29 +02:00
parent 3e434e3103
commit 0c5fb282f6

View file

@ -26,7 +26,7 @@ lazy_static = { version = "1.4", optional = true }
tonic-build = "0.9"
[features]
default = ["proto", "global"]
default = ["proto"]
proto = ["dep:prost"]
global = ["dep:lazy_static"]
sync = []