mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 07:14:50 +01:00
fix: don't default enable global instance
This commit is contained in:
parent
3e434e3103
commit
0c5fb282f6
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ lazy_static = { version = "1.4", optional = true }
|
||||||
tonic-build = "0.9"
|
tonic-build = "0.9"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["proto", "global"]
|
default = ["proto"]
|
||||||
proto = ["dep:prost"]
|
proto = ["dep:prost"]
|
||||||
global = ["dep:lazy_static"]
|
global = ["dep:lazy_static"]
|
||||||
sync = []
|
sync = []
|
||||||
|
|
Loading…
Reference in a new issue